mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-12 22:29:41 +08:00
[ReactNative][madman] Reverted D2014357
This commit is contained in:
@@ -132,7 +132,7 @@ describe('Packager', function() {
|
||||
__packager_asset: true,
|
||||
isStatic: true,
|
||||
path: '/root/img/img.png',
|
||||
name: 'img',
|
||||
uri: 'img',
|
||||
width: 25,
|
||||
height: 50,
|
||||
deprecated: true,
|
||||
|
||||
@@ -181,7 +181,7 @@ Packager.prototype.generateAssetModule_DEPRECATED = function(ppackage, module) {
|
||||
__packager_asset: true,
|
||||
isStatic: true,
|
||||
path: module.path,
|
||||
name: module.id.replace(/^[^!]+!/, ''),
|
||||
uri: module.id.replace(/^[^!]+!/, ''),
|
||||
width: dimensions.width / module.resolution,
|
||||
height: dimensions.height / module.resolution,
|
||||
deprecated: true,
|
||||
|
||||
Reference in New Issue
Block a user