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

Actions.SCENE() re rendering all visited Scene #2794

Closed
selimonline opened this issue Jan 13, 2018 · 1 comment
Closed

Actions.SCENE() re rendering all visited Scene #2794

selimonline opened this issue Jan 13, 2018 · 1 comment

Comments

@selimonline
Copy link

selimonline commented Jan 13, 2018

Version

->react-native-router-flux 4.0.0

###explanation.
Suppose I have 3 scene. A,B,C
I am now at Scene A, Then I am moving to C Using Actions.C(). Then Moving to B by Actions.B().
Now I want to back to A Scene without re render. I can use Actions.A(). But which re renders A Fully.

Expected behaviour

Actions.SCENE() should not re render already visited Scene.

Actual behaviour

Actions.SCENE() re rendering all visited SCENE

Steps to reproduceissue and include link here.

  1. Create an project
  2. and follow my example
@Blapi
Copy link
Collaborator

Blapi commented Jan 13, 2018

Considering your logic, this is the expected behaviour.

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

No branches or pull requests

2 participants