Files
react-navigation/examples
Eric Vicenti 4be99b6645 Transitioner: Fix instantaneous transitions (#4404)
* Transitioner: Fix instantaneous transitions

The transitioner will always perform an animation on state change. Instead we should check if the navigation state is requesting a transition with isTransitioning. If not, we follow a similar codepath to transitioning, without any animation.

* Update .eslintrc
2018-06-04 12:46:08 -07:00
..
2018-02-13 10:30:20 -08:00

Examples

Usage

Please see the Contributors Guide for instructions on running these example apps.