24ark / react-native-step-indicator

A simple react-native implementation of step indicator widget compatible with the ViewPager and ListView.
Apache License 2.0
1.43k stars 312 forks source link

labelAlign TypeError Typescript #105

Closed ArthurPedroti closed 2 years ago

ArthurPedroti commented 3 years ago

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

FeMaffezzolli commented 3 years ago

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

hgopi commented 2 years ago

I fixed it by applying the labelAlign as below:

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