mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed Progress tests.
This commit is contained in:
@@ -12,6 +12,14 @@ export class Progress extends ProgressBase {
|
||||
return this._ios;
|
||||
}
|
||||
|
||||
get nativeView(): UIProgressView {
|
||||
return this._ios;
|
||||
}
|
||||
|
||||
get _nativeView(): UIProgressView {
|
||||
return this._ios;
|
||||
}
|
||||
|
||||
get [valueProperty.native](): number {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user