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};