Skip to content

How to make a Dashed View Box ? #25

@Malikkhoja-zz

Description

@Malikkhoja-zz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions