You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
###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.
Create an project
and follow my example
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: