Backed out changeset c188b39e104f
Reviewed By: fkgozali Differential Revision: D6111799 fbshipit-source-id: 34213f79135fb605aa2af60182cc1182b10aa602
This commit is contained in:
parent
833b27483b
commit
bba46bcb37
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue