react-native-progress
react-native-progress copied to clipboard
CircleSnail unfilledColor not working
CircleSnail's "unfilledColor" prop does not work. (Or lacks proper examples). Please help.
CircleSnail doesn't support unfilledColor
. But it doesn't make sense for it to do so, right?
Then the documentation is wrong because it clearly says "Properties for all progress components". And it has unfilledColor as one of them.
I wanted unfilledColor for CircleSnail because the progress animation doesn't look right for loading screens that are fast (i.e. < 1 second). The user doesn't understand what that animation actually is because the loading is already over before the animation even reaches 50%.
What is your suggestion?
This is definitely something that I think should be supported, and as @saeho mentions, it is listed as being supported in the documentation.
Having a circle "track" with the snail progress inside it is definitely a valid use case.