callstack / react-native-paper

Material Design for React Native (Android & iOS)
https://reactnativepaper.com
MIT License
12.96k stars 2.1k forks source link

How to create Material 3: Determinate Circular Progress Indicator #4209

Closed benjaminkomen closed 6 months ago

benjaminkomen commented 11 months ago

Ask your Question

I am looking to implement the determinate circular progress indicator as described here. That way I can show the download progress between 0 and 100% as it slowly increases.

It seems that React Native Paper has:

But not the specific thing I want, but maybe I'm missing something? Does it exist in react native paper, and if not, what are alternatives which work well? I saw this library already. Or is this on the roadmap to be added to react native paper?

lukewalczak commented 11 months ago

Hey @benjaminkomen, the determinate circular progress indicator is not implemented in the library, however, I believe it can be integrated. If you would like to create it, I will be more than happy to accept your PR

benjaminkomen commented 11 months ago

Thanks @lukewalczak , that might be a fun Christmas holiday project, I'll see what I can do.