From fb0a075647a37bfb8f159ce3162ff5acc212a183 Mon Sep 17 00:00:00 2001 From: Moti Zilberman Date: Thu, 24 Jun 2021 03:37:51 -0700 Subject: [PATCH] Support processing grouped assets in transformCommand Summary: Updates a FB-internal type definition. Reviewed By: yungsters Differential Revision: D29030001 fbshipit-source-id: 2f885c983d813f68a5ac25f0629523bb38b35491 --- packages/metro/src/ModuleGraph/types.flow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/metro/src/ModuleGraph/types.flow.js b/packages/metro/src/ModuleGraph/types.flow.js index 7a80b8dd24..56570c88e3 100644 --- a/packages/metro/src/ModuleGraph/types.flow.js +++ b/packages/metro/src/ModuleGraph/types.flow.js @@ -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, /**