Skip to content

Commit

Permalink
Support processing grouped assets in transformCommand
Browse files Browse the repository at this point in the history
Summary: Updates a FB-internal type definition.

Reviewed By: yungsters

Differential Revision: D29030001

fbshipit-source-id: 2f885c983d813f68a5ac25f0629523bb38b35491
  • Loading branch information
motiz88 authored and facebook-github-bot committed Jun 24, 2021
1 parent 42cca5e commit fb0a075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metro/src/ModuleGraph/types.flow.js
Expand Up @@ -190,7 +190,7 @@ export type AssetFileVariant = $ReadOnly<{
filePath: string,
/**
* If the asset is an image, this contain the size in physical pixels (ie.
* regarless of whether it's a `@2x` or `@3x` version of a smaller image).
* scale * logical pixels).
*/
physicalSize: ?ImageSize,
/**
Expand Down

0 comments on commit fb0a075

Please sign in to comment.