Add code for generating remote assets

Reviewed By: davidaurelio

Differential Revision: D6201839

fbshipit-source-id: 78c81eae03c6137ba9bbe33cd7aab8b87020f8d2
This commit is contained in:
Miguel Jimenez Esun
2017-11-03 06:06:32 -07:00
committed by Facebook Github Bot
parent 19de7fcb22
commit a75fef48bf

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