Closed
Description
Bug
borderStyle : "dashed/dotted" is not working when only one sided border apply on style in react native in android
Code Example
listSeperator:{
borderBottomColor : '#CCC',
borderBottomWidth : 1.4,
borderLeftWidth: 0,
borderStyle: "dashed",
borderRadius:0.5,
flexDirection:'row',
paddingLeft : 15,
paddingRight : 15,
paddingTop : 20,
paddingBottom : 20
}