Files
react-native/Libraries
Joshua GrossandFacebook GitHub Bot 2ff1d4c041 Fix NativeAnimated queueing
Summary:
I believe the old method of queueing these operations for Fabric is causing crashes because "connectNode" is on a separate JS queue from setting up nodes.

In hindsight, this seems silly. We must ensure that nodes are created before they're connected, and we weren't doing that?

Using a single queue is conceptually simpler, should be easier to reason about, and should fix some crashes.

Changelog: [Internal]

Reviewed By: fkgozali

Differential Revision: D24521951

fbshipit-source-id: f6c38ac0023faa28414063d8b96daf32ba95524d
2020-10-24 00:02:21 -07:00
..
2020-10-24 00:02:21 -07:00
2020-10-18 20:30:55 -07:00
2020-10-15 11:49:19 -07:00
2020-08-28 12:16:26 -07:00
2020-10-22 20:01:39 -07:00
2020-02-21 10:34:40 -08:00