Ryan Gomba bf82a8d1a8 Move RCTNativeAnimatedModule onto the main queue
Summary:
We're mutating dictionaries on one thread for bookkeeping (anytime we receive a call over the bridge) and iterating over them on the main thread each frame (in `updateAnimations`). Seems like this can all happen on the main thread without issue. Am I missing something?

**Test plan (required)**

Run UIExplorer NativeAnimated examples before and after - compare the results. Nothing should have changed.
Closes https://github.com/facebook/react-native/pull/9049

Differential Revision: D3682871

fbshipit-source-id: c6de62063e724b15b9678a9ef0290284e928b31b
2016-08-07 12:58:20 -07:00
..
2016-08-05 12:44:20 -07:00
2016-07-06 12:58:41 -07:00
2016-07-14 11:13:27 -07:00
2016-08-05 08:58:32 -07:00
2016-07-19 10:43:29 -07:00
2016-07-25 03:43:29 -07:00
2016-07-25 03:43:29 -07:00
2016-08-05 12:44:21 -07:00