mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Disable recycling of native views
createNativeView will set iOS nativeView if it is null/undefined
This commit is contained in:
@@ -132,4 +132,4 @@ export class ScrollView extends ScrollViewBase {
|
||||
}
|
||||
}
|
||||
|
||||
ScrollView.prototype.recycleNativeView = false;
|
||||
// ScrollView.prototype.recycleNativeView = false;
|
||||
@@ -150,4 +150,4 @@ export class ScrollView extends ScrollViewBase {
|
||||
}
|
||||
}
|
||||
|
||||
ScrollView.prototype.recycleNativeView = true;
|
||||
// ScrollView.prototype.recycleNativeView = true;
|
||||
Reference in New Issue
Block a user