react-native: [Android] borderStyle does not work with specific borderWidth (borderBottomWidth, etc).

borderStyle does not work with specific borderWidth.

borderBottomWidth: 1,
borderBottomColor: '#979797',
borderStyle: 'dotted',

shows no dotted border.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 1
  • Comments: 24 (4 by maintainers)

Commits related to this issue

Most upvoted comments

+1 why is this closed?

This issue needs to be addressed -__-. Been there for almost one and a half year

+1 react native 0.55.2

@gregblass Still opened. I have the same issue when using some style like

{ 
    borderTopColor: '#F00',
    borderTopWidth: 4,
    borderRadius: 5,
}

As long as borderRadius is set, no top border at all

Same problem here, when I’m using borderTopRightRadius and to make a semi circle. When I’m put borderTopWidth, borderRightWidth and borderLeftWidth with value and borderBottomWidth 0, the border disappear. And if I’m just put borderWidth: value and borderBottomWIdth: 0 the border bottom showing again: image and if I remove the borderTopRightRadius and borderTopLeftRadius: image