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
Tell us which versions you are using:
I want the scene to load without any flashes
The scene flashes on every page transition even with duration={0}
<Scene key="root" hideNavBar duration={0}> { require("./main/mainScreens") } </Scene>
and then the required section
module.exports = <Scene key="main" duration={0}> <Scene key="landing" component={LandingPage} title="Landing" initial hideNavBar duration={0} /> </Scene>;
The text was updated successfully, but these errors were encountered:
Have you tried it without export? I don't see any flashes for Example project, please check
Sorry, something went wrong.
Closed due inactivity, feel free to reopen it with recorded video for the issue with Example project.
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
I want the scene to load without any flashes
Actual behaviour
The scene flashes on every page transition even with duration={0}
Steps to reproduce
and then the required section
The text was updated successfully, but these errors were encountered: