diff --git a/docs/view-style-props.md b/docs/view-style-props.md index f70b3528bf5..05576a7a749 100644 --- a/docs/view-style-props.md +++ b/docs/view-style-props.md @@ -127,6 +127,16 @@ export default ViewStyleProps; --- +### `borderCurve`
iOS
+ +On iOS 13+, it is possible to change the corner curve of borders. + +| Type | +| ---------------------------------- | +| enum(`'circular'`, `'continuous'`) | + +--- + ### `borderEndColor` | Type |