react/packages
Peter Ruibal cff012fc16 Add react-dom-unstable-native-dependencies (#10138)
* Add react-dom-unstable-native-dependencies

react-native-web and react-primitives currently access a few internals
for shimming DOM events into native ones.  Changes in react@16 packaging
hide these internals completely.  This change adds a submodule to react-dom,
unstable-native-dependencies that includes the necessary modules to
continue enabling that method of dom-native event injection.

* Update ResponderEventPlugin to use "public" interfaces for test

In order to get some sort of smoke testing on
react-dom-unstable-native-dependencies, update ResponderEventPlugin-test
to use the "public" interfaces provided by react-dom and the new
react-dom/unstable-native dependencies

Also adds the missing references in package.json as well as missing
files required for unittests to do imports correctrly

Also exports injectComponentTree() which is required for the unittests
to re-set the shared component state between runs.

* Tweak bundle comment

* Bundle content updates from exporting injectComponentTree

* Added FB_DEV, FB_PROD to bundle types

* Run yarn prettier for -unstable-native-dependencies updates
2017-07-12 02:27:26 +01:00
..
react 16.0.0-alpha.13 2017-06-09 15:00:01 +01:00
react-art 16.0.0-alpha.13 2017-06-09 15:00:01 +01:00
react-dom Add react-dom-unstable-native-dependencies (#10138) 2017-07-12 02:27:26 +01:00
react-dom-factories 16.0.0-alpha.13 2017-06-09 15:00:01 +01:00
react-noop-renderer 16.0.0-alpha.13 2017-06-09 15:00:01 +01:00
react-test-renderer 16.0.0-alpha.13 2017-06-09 15:00:01 +01:00