Trying to use
StyleSheet.create({
row: {
borderStyle: 'dashed',
borderWidth: 1,
},
})
or any borderWidth
and getting inconsistency with dark outlines on some of my elements.
Is this a known bug?
Trying to use
StyleSheet.create({
row: {
borderStyle: 'dashed',
borderWidth: 1,
},
})
or any borderWidth
and getting inconsistency with dark outlines on some of my elements.
Is this a known bug?
No idea why it's an issue but I solved this by wrapping my dashed border view with another <View>
that sets a background color.