react/packages/react-native-renderer
Andrew Clark b0726e9947
Support sharing context objects between concurrent renderers (#12779)
* Support concurrent primary and secondary renderers.

As a workaround to support multiple concurrent renderers, we categorize
some renderers as primary and others as secondary. We only expect
there to be two concurrent renderers at most: React Native (primary) and
Fabric (secondary); React DOM (primary) and React ART (secondary).
Secondary renderers store their context values on separate fields.

* Add back concurrent renderer warning

Only warn for two concurrent primary or two concurrent secondary renderers.

* Change "_secondary" suffix to "2"

#EveryBitCounts
2018-05-10 18:34:01 -07:00
..
src Support sharing context objects between concurrent renderers (#12779) 2018-05-10 18:34:01 -07:00
fabric.js Add Experimental Fabric Renderer (#12069) 2018-01-22 09:58:35 -08:00
index.js react-native-renderer: convert vars to let/const (#11722) 2017-11-30 21:39:39 +00:00
package.json Drop Haste (#11303) 2017-10-25 02:55:00 +03:00