react-native-step-indicator icon indicating copy to clipboard operation
react-native-step-indicator copied to clipboard

Is dotted or dashed separator supported?

Open sushmitg opened this issue 4 years ago • 5 comments

image I need something like this, is this achievable?

sushmitg avatar Nov 04 '20 08:11 sushmitg

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

AsmaTidafi avatar May 17 '21 14:05 AsmaTidafi

image I need something like this, is this achievable?

I have same Issue , did you find a solution ?

MahmoudAziz1996 avatar Jun 21 '21 23:06 MahmoudAziz1996

no sollution yet ?

zoubaierChraiet avatar Mar 21 '22 10:03 zoubaierChraiet

I have same Issue , did you find a solution ?

CostaPedroHenrique avatar Apr 20 '22 18:04 CostaPedroHenrique

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

KulBoiz avatar May 13 '22 02:05 KulBoiz