We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
<View style={{ height: "20%", marginLeft: 25 }}> <DashedLine axis="vertical" dashLength={10} dashThickness={3} dashGap={5} dashColor="#c32626" dashStyle={{ borderRadius: 5 }} /> </View>
The text was updated successfully, but these errors were encountered:
+1 I think it's happening when axis="vertical".
Sorry, something went wrong.
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"
"react-native": "0.73.1"
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: