react-native-step-indicator
react-native-step-indicator copied to clipboard
Stroke line visible on step circle
There is wired stroke link appearing on step circle and it is random at different places it is rendering differently. At some place is looks good but a few circles show stroke line. I had attached screenshots where you can see horizontal or vertical full / half white stoke line. It is visible in android and ios both.
Anyone have an idea why it is happening and showing a white stroke line. Any workaround to fix it?
I had solved this issue by making change in StepIndicator.js file
stepIndicatorContainer: { flexDirection: 'row', alignItems: 'center', justifyContent: 'space-around', backgroundColor: 'transparent' // change the color to "rgba(1,0,0,0)" }
@amol251 : Thanks It's fixed