react-native-indicator icon indicating copy to clipboard operation
react-native-indicator copied to clipboard

strokeWidth not applying to RotationHoleLoader

Open liquidvisual opened this issue 3 years ago • 2 comments

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.

liquidvisual avatar Apr 19 '21 23:04 liquidvisual

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 avatar Jun 23 '21 04:06 ceyanesb

@ceyanesb Ah, good spot! Thanks for the tip 👍

liquidvisual avatar Jun 23 '21 06:06 liquidvisual