-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hi,
I have used this library to make a dashed line and it works really well. However, I want to make a dashed view box using the same library? Is it possible to achieve it?
I have tried to make a dashed view box using below code:
<View style={{
borderStyle: "dashed",
borderWidth: 1,
borderRadius: 1,
}}>
</View>
It works fine, well I am not able to give dashThickness and dashLength like in this library.
Can some one help?
Thanks in advance
DevanandGowda and mattgabor
Metadata
Metadata
Assignees
Labels
No labels