I am having issue with react-native-router-flux, the problem is that suppose in a single module if there are 3 scenes I am navigating from scene1 -> scene2 and scene2->scene3 further scene3->scene2 again scene2->scene3 and now press on back button. What it is doing is on Actions.pop() is moving from scene3->scene2->scene3->scene2->scene1.
Although i want it to move from scene3->scene2->scene1 and not the entire history. I want to know this can be done in react-native using react-native-router-flux.