Skip to content

Commit

Permalink
Add isIndeterminate to ProgressViewProps (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Katsumata <[email protected]>
  • Loading branch information
koloboid and Naturalclar authored Dec 13, 2023
1 parent 0e6a959 commit 01dd647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ export type ProgressViewProps = ViewProps & {
*/
trackImage?: ImageSourcePropType,

/**
* Turns the progress bar into an indeterminate progress bar
*/
isIndeterminate?: boolean,
accessibilityLabel?: String,
};
export class ProgressView extends React.Component<ProgressViewProps> {}

0 comments on commit 01dd647

Please sign in to comment.