### Version Tell us which versions you are using: - react-native-router-flux v3.37.0 - react-native v0.42.0 ### Expected behaviour menu>modal1>modal2 ### Actual behaviour menu>modal1 , modal2 ### Steps to reproduce 1. i have a requirememt like when i click on some button on main view it should open modal (first modal) 2. when i click on button on the first modal it should open another modal, but first modal should be closed. is it possible?