We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6a959 commit 01dd647Copy full SHA for 01dd647
js/index.d.ts
@@ -32,6 +32,10 @@ export type ProgressViewProps = ViewProps & {
32
*/
33
trackImage?: ImageSourcePropType,
34
35
+ /**
36
+ * Turns the progress bar into an indeterminate progress bar
37
+ */
38
+ isIndeterminate?: boolean,
39
accessibilityLabel?: String,
40
};
41
export class ProgressView extends React.Component<ProgressViewProps> {}
0 commit comments