When we pass indeterminate prop to progress bar in react native paper we expect something like this:

But nothing is animating and the progress bar is static. Unless I missed a step in creating an intermediate progress bar this is a bug!
Just use this component!
<ProgressBar color={primary} indeterminate animating/>
I also edited react native paper expo example progress bar. You can check it on expo snack too
https://snack.expo.io/@hamidfzm/github.com-callstack-react-native-paper:example
@hamidfzm Can you try 3.0.0-alpha.2 version? It works fine in our example app.
Hey @hamidfzm , in version 2.16.0 among available props there is no prop called indeterminate (we were not supporting it yet) however, we are going to release soon version 3.0.0 where this functionality is supported. If you need it, try to use 3.0.0-alpha.2 version mentioned above.
Most helpful comment
Hey @hamidfzm , in version
2.16.0among available props there is no prop calledindeterminate(we were not supporting it yet) however, we are going to release soon version3.0.0where this functionality is supported. If you need it, try to use3.0.0-alpha.2version mentioned above.