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 72ae84e commit 085b456Copy full SHA for 085b456
src/ui-canvas/index.ios.ts
@@ -84,6 +84,7 @@ export class CanvasView extends CanvasBase {
84
_onSizeChanged() {
85
super._onSizeChanged();
86
this.onSizeChanged(Utils.layout.toDeviceIndependentPixels(this.getMeasuredWidth()), Utils.layout.toDeviceIndependentPixels(this.getMeasuredHeight()), -1, -1);
87
+ this.nativeViewProtected?.setNeedsDisplay();
88
}
89
redraw() {
90
if (this.nativeViewProtected) {
0 commit comments