fix(core): improve loaded/unloaded handling

This commit is contained in:
Nathan Walker
2023-01-16 11:41:04 -08:00
parent c9e29aa9af
commit 18b911ed84
17 changed files with 57 additions and 28 deletions

View File

@ -50,6 +50,7 @@ export class ScrollView extends ScrollViewBase {
}
disposeNativeView() {
this.removeNativeListener();
this._delegate = null;
super.disposeNativeView();
}