react-native-indicator
react-native-indicator copied to clipboard
strokeWidth not applying to RotationHoleLoader
Setting a value on strokeWidth results in no change of thickness.
eg
<RotationHoleLoader color="#fff" size={55} strokeWidth={4} />
The size works fine, the strokeWidth does nothing.
Hi, I looked inside the node_modules package of this library and there is a typo and you have to put strokeWith, without the "d" and it will work @liquidvisual
@ceyanesb Ah, good spot! Thanks for the tip 👍