From bba46bcb374349ec94f201fa664c2a56387f9f89 Mon Sep 17 00:00:00 2001 From: Miguel Jimenez Esun Date: Fri, 20 Oct 2017 12:21:10 -0700 Subject: [PATCH] Backed out changeset c188b39e104f Reviewed By: fkgozali Differential Revision: D6111799 fbshipit-source-id: 34213f79135fb605aa2af60182cc1182b10aa602 --- local-cli/core/Constants.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/local-cli/core/Constants.js b/local-cli/core/Constants.js index 66d59f8e9..ff8b383cb 100644 --- a/local-cli/core/Constants.js +++ b/local-cli/core/Constants.js @@ -13,10 +13,5 @@ 'use strict'; const ASSET_REGISTRY_PATH = 'react-native/Libraries/Image/AssetRegistry'; -const ASSET_SOURCE_RESOLVER_PATH = - 'react-native/Libraries/Image/AssetSourceResolver'; -module.exports = { - ASSET_REGISTRY_PATH, - ASSET_SOURCE_RESOLVER_PATH, -}; +module.exports = {ASSET_REGISTRY_PATH};