Closed RareSecond closed 2 years ago
Hey @JDansercoer, thanks for the PR :) Have you tried using rgba(0,0,0,0)
? That is going to work. By the way, do you know if the transparent
keyword is accepted by React Native as a valid value?
I will close this PR since we can achieve what you want with the current API.
For my case, I wanted to have the
trailColor
be transparent as it'll be used as an overlay. However, TS was complaining thattransparent
was not a valid color value, while it does actually work.