react-native-dashed-line
react-native-dashed-line copied to clipboard
dashed-line fails to appear sometimes
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>
+1 I think it's happening when axis="vertical".
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.
The dashline disappeared on the android version . First time show only
this is still happening on "react-native": "0.73.1"