Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add react-dom-unstable-native-dependencies #10138

Merged
merged 6 commits into from
Jul 12, 2017
Merged

Commits on Jul 10, 2017

  1. 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.
    fmoo committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    4c7238e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. 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.
    fmoo committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    ffa1994 View commit details
    Browse the repository at this point in the history
  2. Tweak bundle comment

    fmoo committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    aa58917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34289d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6553474 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Configuration menu
    Copy the full SHA
    876c81b View commit details
    Browse the repository at this point in the history