--- id: progressbarandroid title: ProgressBarAndroid category: Components permalink: docs/progressbarandroid.html ---
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:
If the progress bar will show indeterminate progress. Note that this can only be false if styleAttr is Horizontal.
The progress value (between 0 and 1).
Style of the ProgressBar. One of:
Used to locate this view in end-to-end tests.