react-native-step-indicator
react-native-step-indicator copied to clipboard
Is dotted or dashed separator supported?
I need something like this, is this achievable?
hello, did you manage to solve it? if you did, can you share the solution please.
I need something like this, is this achievable?
I have same Issue , did you find a solution ?
no sollution yet ?
I have same Issue , did you find a solution ?
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