0

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?

Border Display on iOS

Garrett Boatman
  • 117
  • 1
  • 4

1 Answers1

0

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.

enter image description here

Garrett Boatman
  • 117
  • 1
  • 4