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
When I go from the first scene 'registInit' to 'sceneRemit', two instances of sceneRemit are made.
If I put Alert popup in componentDidMount, two popups appears repeatedly. So, the instances are real.
Of course, I can 'pop' the 2nd scene, but it makes uncanny animation.
Workaround and side effect
If I remove scene 'mainonly', only one instance is generated, but popTo('sceneRemit') doesn't work.
From registInit > sceneRemit > sceneHistory >> popTo('sceneRemit') this doesn't work.
Am I using Drawer or Scenes incorrectly?
How can I use these scenes with or without Drawer ?
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
Expected behaviour
Create one scene.
Actual behaviour
Create two scene.
Steps to reproduce
The source code is as follows.
Current Situation
When I go from the first scene 'registInit' to 'sceneRemit', two instances of sceneRemit are made.
If I put Alert popup in componentDidMount, two popups appears repeatedly. So, the instances are real.
Of course, I can 'pop' the 2nd scene, but it makes uncanny animation.
Workaround and side effect
If I remove scene 'mainonly', only one instance is generated, but popTo('sceneRemit') doesn't work.
From registInit > sceneRemit > sceneHistory >> popTo('sceneRemit') this doesn't work.
Am I using Drawer or Scenes incorrectly?
How can I use these scenes with or without Drawer ?
The text was updated successfully, but these errors were encountered: