Skip to content

Commit 01dd647

Browse files
Add isIndeterminate to ProgressViewProps (#140)
Co-authored-by: Jesse Katsumata <[email protected]>
1 parent 0e6a959 commit 01dd647

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ export type ProgressViewProps = ViewProps & {
3232
*/
3333
trackImage?: ImageSourcePropType,
3434

35+
/**
36+
* Turns the progress bar into an indeterminate progress bar
37+
*/
38+
isIndeterminate?: boolean,
3539
accessibilityLabel?: String,
3640
};
3741
export class ProgressView extends React.Component<ProgressViewProps> {}

0 commit comments

Comments
 (0)