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

Remove injectComponentTree from unstable-native-dependencies, add EventPluginHub #13598

Merged

Commits on Sep 8, 2018

  1. Remove injectComponentTree from unstable-native-dependencies, add

    EventPluginHub
    
    injectComponentTree was exposed for react-native-web, but wasn't
    actually being used by the project. They were using EventPluginHub
    through ReactDOM's secret internals, but that was removed in facebook#13539
    
    This removes the unused injectComponentTree export, refactors the
    ResponderEventPlugin test so it doesn't depend on it, and also adds
    EventPluginHub to the exports to unbreak react-native-web
    Brandon Dail committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    3575ab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9ade0f View commit details
    Browse the repository at this point in the history