--- id: version-0.43-progressbarandroid title: progressbarandroid original_id: progressbarandroid ---
React component that wraps the Android-only ProgressBar. This component is used to indicate
that the app is loading or there is some activity in the app.
Example:
[object Object] #Color of the progress bar.
indeterminateType #If the progress bar will show indeterminate progress. Note that this can only be false if styleAttr is Horizontal.
number #The progress value (between 0 and 1).
enum('Horizontal', 'Normal', 'Small', 'Large', 'Inverse', 'SmallInverse', 'LargeInverse') #Style of the ProgressBar. One of:
string #Used to locate this view in end-to-end tests.
You can edit the content above on GitHub and send us a pull request!
Examples # | Edit on GitHub |