Skip to content

How to make a Dashed View Box ? #25

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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