From f1b2cd4ffc40934ce253caa0cd8a0dd04398c024 Mon Sep 17 00:00:00 2001 From: Eric Edouard Amilhat Date: Tue, 5 Oct 2021 18:01:00 +0200 Subject: [PATCH] renamed to borderCurve --- docs/view-style-props.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/view-style-props.md b/docs/view-style-props.md index a4efc2b3f9e..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 | @@ -161,16 +171,6 @@ If the rounded border is not visible, try applying `overflow: 'hidden'` as well. --- -### `cornerSmoothing`
iOS
- -On iOS 13+, it is possible to change the corner curve to be more rounded. - -| Type | -| ---- | -| bool | - ---- - ### `borderRightColor` | Type |