Can't add borderStyle for single side border of a view #9343
Closed
Description
I wanna set borderStyle for bottom border of a view, so I have following code:
<View style={{borderColor: 'red', borderWidth: 0, borderBottomWidth: 1, borderStyle: 'dashed'}}>
<Text>Example</Text>
</View>
As well, I get warning like this: Unsupported dashed / dotted border style
.
Is there any ways to solve the problem ? Thanks any way...
- version of react native: 0.30.0