diff --git a/packages/components/src/mobile/image/style.native.scss b/packages/components/src/mobile/image/style.native.scss index 2235f83d8e85d0..cebc097de8cdc5 100644 --- a/packages/components/src/mobile/image/style.native.scss +++ b/packages/components/src/mobile/image/style.native.scss @@ -173,7 +173,7 @@ } .nonVisibleImage { - height: 0; - width: 0; + height: 1; + width: 1; opacity: 0; }