mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-30 17:33:21 +08:00
Revert "fix border style without borderRadius"
Summary:
Subj broke ObjC snapshot tests
This reverts commit 58876d5a03.
Closes https://github.com/facebook/react-native/pull/7303
Differential Revision: D3243670
fb-gh-sync-id: acef6bc7a50b0fa7dc112b88407644e8226d6f85
fbshipit-source-id: acef6bc7a50b0fa7dc112b88407644e8226d6f85
This commit is contained in:
committed by
Facebook Github Bot 5
parent
169cfb5a52
commit
0c590b325d
@@ -46,6 +46,7 @@ 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