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

[iOS] lineThickness has no effect

Open JanOwiesniak opened this issue 5 years ago • 0 comments

I does not matter if i use

<RNIconic shape={this.state.shapes} tintColor={"#fc4426"} color={"#FFFFFF"} size={200} selection={this.state.selection} disable={false} lineThickness={5} />

or

<RNIconic shape={this.state.shapes} tintColor={"#fc4426"} color={"#FFFFFF"} size={200} selection={this.state.selection} disable={false} lineThickness={50} />

It does not change the line thickness on my iPhone.

JanOwiesniak avatar Dec 20 '18 17:12 JanOwiesniak