Skip to content
New issue

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

Issue with flashing on load of scene #3139

Closed
mcoder14 opened this issue Jul 21, 2018 · 2 comments
Closed

Issue with flashing on load of scene #3139

mcoder14 opened this issue Jul 21, 2018 · 2 comments

Comments

@mcoder14
Copy link

mcoder14 commented Jul 21, 2018

Version

Tell us which versions you are using:

  • react-native-router-flux v4.0.0-beta.28
  • react-native v0.55.3

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

<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>;
@aksonov
Copy link
Owner

aksonov commented Aug 8, 2018

Have you tried it without export? I don't see any flashes for Example project, please check

@aksonov
Copy link
Owner

aksonov commented Aug 10, 2018

Closed due inactivity, feel free to reopen it with recorded video for the issue with Example project.

@aksonov aksonov closed this as completed Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants