Search code examples
react-nativereact-native-navigationreact-native-svg

How to make a circular countdown / gauge to show days left in react native


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


Solution

  • this is the best library , and ive used this for progress circle

    react-native-svg-charts , do check this out. Implementation is easy.

    enter image description here

    Do reach out in case of any concerns