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

labelAlign TypeError Typescript

Open ArthurPedroti opened this issue 4 years ago • 2 comments

Hello guys,

Whenever I put the param 'labelAlign' on the customStyles I got the a type error indicating the types don't match. If I take off, the error go away.

image

ArthurPedroti avatar Sep 21 '20 14:09 ArthurPedroti

@ArthurPedroti , have you been able to find a solution?

FeMaffezzolli avatar Oct 29 '20 18:10 FeMaffezzolli

I fixed it by applying the labelAlign as below:

labelAlign: "flex-start" as 'flex-start',

hgopi avatar Jan 21 '22 10:01 hgopi