From 071c17522221248adb696901f69df006a2a806c6 Mon Sep 17 00:00:00 2001 From: Sebastian Markbage Date: Thu, 21 Apr 2016 09:27:50 -0700 Subject: [PATCH] Move React Core Integration to a Dependency 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: https://github.com/facebook/react/pull/6338 Reviewed By: spicyj Differential Revision: D3159788 fb-gh-sync-id: 60e5cd2aa0af69d83fcdac3dfde0a85a748cb7b9 fbshipit-source-id: 60e5cd2aa0af69d83fcdac3dfde0a85a748cb7b9 --- blacklist.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/blacklist.js b/blacklist.js index 823ab156bb..2a1346f97c 100644 --- a/blacklist.js +++ b/blacklist.js @@ -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',