React-native-router-flux: Pop without animation

Created on 27 Oct 2016  路  1Comment  路  Source: aksonov/react-native-router-flux

How can we move between scenes without transitions?

when you have to navigate to a certain scene we can use duration: 0.
But if it's a generic pop? how can i pop without animations?

Most helpful comment

@scerelli I managed to disable all transition animations by setting duration={0} on the Router itself.

<Router duration={0}>

Maybe you have to use less scarseria.

>All comments

@scerelli I managed to disable all transition animations by setting duration={0} on the Router itself.

<Router duration={0}>

Maybe you have to use less scarseria.

Was this page helpful?
0 / 5 - 0 ratings