Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is dotted or dashed separator supported? #108

Open
sushmitg opened this issue Nov 4, 2020 · 5 comments
Open

Is dotted or dashed separator supported? #108

sushmitg opened this issue Nov 4, 2020 · 5 comments

Comments

@sushmitg
Copy link

sushmitg commented Nov 4, 2020

image
I need something like this, is this achievable?

@sushmitg sushmitg changed the title Is dotted or dashed stroke supported? Is dotted or dashed separator supported? Nov 4, 2020
@AsmaTidafi
Copy link

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

@MahmoudAziz1996
Copy link

image
I need something like this, is this achievable?

I have same Issue , did you find a solution ?

@zoubaierChraiet
Copy link

no sollution yet ?

@CostaPedroHenrique
Copy link

I have same Issue , did you find a solution ?

@KulBoiz
Copy link

KulBoiz commented May 13, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants