We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4fe30 commit ab7e91cCopy full SHA for ab7e91c
src/image.ios.ts
@@ -460,6 +460,8 @@ export class Img extends ImageBase {
460
this.onLoadProgress,
461
this.handleImageLoaded
462
);
463
+ } else if (this.placeholderImage) {
464
+ this._setNativeImage(this.placeholderImage);
465
} else {
466
this._setNativeImage(null);
467
}
0 commit comments