react-native-step-indicator
react-native-step-indicator copied to clipboard
Label alignment
Can I change the alignment of labels?
@prayuditb
renderLabel={function (position, stepStatus, label, currentPosition){
return (
<Text style={{color: 'black', fontSize: 16, position: 'absolute', left:0}}>{position.label}</Text>
)
}}
You can use position absolute with left 0 to fix this issue.
You can also pass labelAlign: 'flex-start' in your customStyles