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>