I want to make a circular progress bar which shows the number of days to expire like nowadays we see an airtel payment app which has a circular disc which shows daily data left, validity, etc.. i wanted to implement something like that....in react native
Asked
Active
Viewed 254 times
1 Answers
0
this is the best library , and ive used this for progress circle
react-native-svg-charts , do check this out. Implementation is easy.
Do reach out in case of any concerns

Gaurav Roy
- 11,175
- 3
- 24
- 45
-
and how can I put text inside the circle and for 30 days it should complete the circle and show expired – Shru_v Apr 19 '21 at 12:00
-
make a text view and absolute the position? – Gaurav Roy Apr 19 '21 at 16:00