Support for remote assets
Reviewed By: davidaurelio Differential Revision: D6030886 fbshipit-source-id: c188b39e104f5c3f65a98336fecbffc93091ff4c
This commit is contained in:
parent
99d294bf3d
commit
90369808ee
|
@ -13,5 +13,10 @@
|
|||
'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};
|
||||
module.exports = {
|
||||
ASSET_REGISTRY_PATH,
|
||||
ASSET_SOURCE_RESOLVER_PATH,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue