mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-17 11:27:05 +08:00
Revert "Revert "fix border style without borderRadius""
Summary: Closes https://github.com/facebook/react-native/pull/7389 Differential Revision: D3269828 Pulled By: mkonicek fb-gh-sync-id: 896789fcc76953a035cf8701d3a90211b92b6b80 fbshipit-source-id: 896789fcc76953a035cf8701d3a90211b92b6b80
This commit is contained in:
committed by
Facebook Github Bot 8
parent
d03d455cc4
commit
ff431734a4
@@ -46,7 +46,6 @@ var ViewBorderStyleExample = React.createClass({
|
||||
<View>
|
||||
<View style={{
|
||||
borderWidth: 1,
|
||||
borderRadius: 5,
|
||||
borderStyle: this.state.showBorder ? 'dashed' : null,
|
||||
padding: 5
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user