react-native-step-indicator
react-native-step-indicator copied to clipboard
labelAlign TypeError Typescript
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.
@ArthurPedroti , have you been able to find a solution?
I fixed it by applying the labelAlign
as below:
labelAlign: "flex-start" as 'flex-start',