Open 200even opened 3 years ago
You have to overwrite the background <path />
in the source file. Or can make a new PR to expose a {props}
from each individual component so people can do whatever they want in the future as long as they read through react-native-svg
.
My team wants to implement an animated circular progress indicator like this: I have it all implemented as desired using this package except for the drop shadow. Any ideas for how to accomplish this? I've tried adding shadow styling to the
childrenContainerStyle
and the componentstyle
with no luck. Note that this is a different requirement than the conical gradient mentioned elsewhere. Thanks!