Skip to content

Commit

Permalink
Move React Core Integration to a Dependency
Browse files Browse the repository at this point in the history
Summary:Adding the react native renderer dependency and various fixes to support React 15.

Don't use dispatchID for touchableHandleResponderGrant

This callback argument was removed because "IDs" no longer exist. Instead, we'll
use the tag from the event target.

The corresponding PR on React Core is: facebook/react#6338

Reviewed By: spicyj

Differential Revision: D3159788

fb-gh-sync-id: 60e5cd2aa0af69d83fcdac3dfde0a85a748cb7b9
fbshipit-source-id: 60e5cd2aa0af69d83fcdac3dfde0a85a748cb7b9
  • Loading branch information
sebmarkbage authored and Facebook Github Bot 4 committed Apr 21, 2016
1 parent faa9adf commit 071c175
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blacklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ var path = require('path');
// modulePathIgnorePatterns.
var sharedBlacklist = [
/node_modules[/\\]react[/\\]dist[/\\].*/,
'node_modules/react/lib/React.js',
'node_modules/react/lib/ReactDOM.js',

'downstream/core/invariant.js',

Expand Down

0 comments on commit 071c175

Please sign in to comment.