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

dashed-line fails to appear sometimes #2

Open
abhishek-netizen opened this issue Sep 30, 2022 · 4 comments
Open

dashed-line fails to appear sometimes #2

abhishek-netizen opened this issue Sep 30, 2022 · 4 comments

Comments

@abhishek-netizen
Copy link

abhishek-netizen commented Sep 30, 2022

Please suggest me, if anything wrong in below code.
react-native v0.66, dashed line sometimes fails to appear in android physical device.
same code work properly sometimes.
<View style={{ height: "20%", marginLeft: 25 }}> <DashedLine axis="vertical" dashLength={10} dashThickness={3} dashGap={5} dashColor="#c32626" dashStyle={{ borderRadius: 5 }} /> </View>

@vg3900
Copy link

vg3900 commented Jan 24, 2023

+1
I think it's happening when axis="vertical".

@RBrNx
Copy link
Owner

RBrNx commented Jan 24, 2023

Hey @abhishek-netizen @vg3900, are either of you able to create a reproducible demo of the problem?

Does the vertical axis work when its container has a fixed height? I'm wondering if perhaps the height % is causing the view to collapse.

@SoorajChoudhary
Copy link

The dashline disappeared on the android version . First time show only

@mohshbool
Copy link

this is still happening on "react-native": "0.73.1"

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

5 participants