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

Is dotted or dashed separator supported? #108

Open sushmitg opened 3 years ago

sushmitg commented 3 years ago

image I need something like this, is this achievable?

AsmaTidafi commented 3 years ago

hello, did you manage to solve it? if you did, can you share the solution please.

MahmoudAziz1996 commented 3 years ago

image I need something like this, is this achievable?

I have same Issue , did you find a solution ?

zoubaierChraiet commented 2 years ago

no sollution yet ?

CostaPedroHenrique commented 2 years ago

I have same Issue , did you find a solution ?

KulBoiz commented 2 years ago

you can use https://github.com/RBrNx/react-native-dashed-line#readme and <View style={styles.container} onLayout={useCallback((event) => { const {height} = event.nativeEvent.layout; console.log('height of view', height) },[])}> that's all, then you can see the result, something like this Screen Shot 2022-05-13 at 09 21 47