react-native-dashed-line icon indicating copy to clipboard operation
react-native-dashed-line copied to clipboard

dashed-line fails to appear sometimes

Open abhishek-netizen opened this issue 3 years ago • 4 comments

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>

abhishek-netizen avatar Sep 30 '22 12:09 abhishek-netizen

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

vg3900 avatar Jan 24 '23 05:01 vg3900

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.

RBrNx avatar Jan 24 '23 09:01 RBrNx

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

SoorajChoudhary avatar Feb 15 '23 05:02 SoorajChoudhary

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

mohshbool avatar Apr 25 '24 17:04 mohshbool