When Resetting the routes on NavigationExperimental with more then one route the navigator animates to the second route. How do I prevent this? I just want the second scene to be displayed.
For example:
resetRoutesTo([ {key: 'GroupsIndex', title: "Groups"}, {key: 'QuestionsIndex'} ])
with this reducer.
case RESET_ROUTES_TO:
return NavigationStateUtils.reset(state,action.routes)
it still animates.