Skip to content

Commit

Permalink
[RN] Don't hold interaction handles for all touches
Browse files Browse the repository at this point in the history
We don't want to hold handles while doing native scrolling, etc.

FB Task: #10926500
  • Loading branch information
sahrens committed Apr 22, 2016
1 parent 5ddfee8 commit 983a365
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ var ReactComponentEnvironment = require('ReactComponentEnvironment');
var ReactDefaultBatchingStrategy = require('ReactDefaultBatchingStrategy');
var ReactEmptyComponent = require('ReactEmptyComponent');
var ReactNativeComponentEnvironment = require('ReactNativeComponentEnvironment');
var ReactNativeGlobalInteractionHandler = require('ReactNativeGlobalInteractionHandler');
var ReactNativeGlobalResponderHandler = require('ReactNativeGlobalResponderHandler');
var ReactNativeTextComponent = require('ReactNativeTextComponent');
var ReactNativeTreeTraversal = require('ReactNativeTreeTraversal');
Expand Down Expand Up @@ -56,10 +55,6 @@ function inject() {
ReactNativeGlobalResponderHandler
);

ResponderEventPlugin.injection.injectGlobalInteractionHandler(
ReactNativeGlobalInteractionHandler
);

/**
* Some important event plugins included by default (without having to require
* them).
Expand Down

0 comments on commit 983a365

Please sign in to comment.