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:
@@ -27,7 +27,7 @@ export class ProgressBase extends View implements ProgressDefinition {
|
||||
// }
|
||||
}
|
||||
|
||||
ProgressBase.prototype.recycleNativeView = true;
|
||||
// ProgressBase.prototype.recycleNativeView = true;
|
||||
|
||||
/**
|
||||
* Represents the observable property backing the value property of each Progress instance.
|
||||
|
||||
Reference in New Issue
Block a user