mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 03:50:11 +08:00
Support for remote assets
Reviewed By: davidaurelio Differential Revision: D6030886 fbshipit-source-id: c188b39e104f5c3f65a98336fecbffc93091ff4c
This commit is contained in:
committed by
Facebook Github Bot
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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user