react-native-progress-steps
react-native-progress-steps copied to clipboard
Centering Check/Number?
Is there a way I can center the check when completed or the step number? currently mine looks like this

Hi
I solved it by adding:
flex:1,justifyContent: "center",alignItems: "center"
to the circleStyle
and removed the "top" attribute form the circleText class