nithinpp69 / react-native-circular-progress-indicator

react native circular progress indicator library
MIT License
242 stars 54 forks source link

Add pie design #78

Open jpike88 opened 2 years ago

jpike88 commented 2 years ago

The Facebook messenger video upload indicator is a simple transparent grey pie that fills. Would be good if that was added as an option to this library

nithinpp69 commented 2 years ago

Can you please share a gif or a demo of the mentioned indicator?

ZRunner commented 2 years ago

I think they mean something like this

Pie loader example

Where the pie fills the full circle when the value is at 100% (and the right half circle when at 50%)

Amy-J-Seo commented 2 years ago

It seems like you can use some of the props and make it looks like pie with current codes (CircularProgress) :) Thanks Author 🥇