Support for remote assets

Reviewed By: davidaurelio

Differential Revision: D6030886

fbshipit-source-id: c188b39e104f5c3f65a98336fecbffc93091ff4c
This commit is contained in:
Miguel Jimenez Esun 2017-10-19 18:38:10 -07:00 committed by Facebook Github Bot
parent 99d294bf3d
commit 90369808ee
1 changed files with 6 additions and 1 deletions

View File

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