Skip to content

Commit 8e22289

Browse files
authored
View Style Props: Add borderCurve prop (facebook#2785)
1 parent c944021 commit 8e22289

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/view-style-props.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,16 @@ export default ViewStyleProps;
127127

128128
---
129129

130+
### `borderCurve` <div class="label ios">iOS</div>
131+
132+
On iOS 13+, it is possible to change the corner curve of borders.
133+
134+
| Type |
135+
| ---------------------------------- |
136+
| enum(`'circular'`, `'continuous'`) |
137+
138+
---
139+
130140
### `borderEndColor`
131141

132142
| Type |

0 commit comments

Comments
 (0)