Eric Vicenti f9779e3eb7 Enable native animations when possible
Summary:
The `position` animated value is used for scale, translateX, and tranlateY
animations, which are all supported by NativeAnimatedHelper. Unfortunately,
native animations are incompatible with JS driven animations, which the
`enableGestures` flag enables.

This diff therefore conditionally enables native animations based on the native
module's precense, and the state of `enableGestures`.

Ideally the animations would be refactored so that they could fully leverage
native animations, as they are far superior for navigational components.

Reviewed By: oyvindkinsey

Differential Revision: D4020977

fbshipit-source-id: 8e1d015c4d41fee103469f6f9ffa02ff4f1f5517
2016-10-19 15:28:44 -07:00
..
2016-10-14 08:13:55 -07:00
2016-10-11 10:14:28 -07:00
2016-07-06 12:58:41 -07:00
2016-10-11 10:14:28 -07:00
2016-10-12 19:28:42 -07:00
2016-10-16 11:13:40 -07:00
2016-10-16 11:13:40 -07:00
2016-10-11 08:13:39 -07:00
2016-08-09 06:43:46 -07:00
2016-10-16 04:13:42 -07:00
2016-10-11 10:14:28 -07:00
2016-10-16 04:13:42 -07:00
2016-07-25 03:43:29 -07:00
2016-08-09 06:43:46 -07:00
2016-10-11 10:14:28 -07:00
2016-08-12 07:28:38 -07:00