mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 09:21:44 +08:00
Add code for generating remote assets
Reviewed By: davidaurelio Differential Revision: D6201839 fbshipit-source-id: 78c81eae03c6137ba9bbe33cd7aab8b87020f8d2
This commit is contained in:
committed by
Facebook Github Bot
parent
19de7fcb22
commit
a75fef48bf
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user