Skip to content

Commit

Permalink
renamed to borderCurve
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-edouard authored Oct 5, 2021
1 parent 6b66ae8 commit f1b2cd4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/view-style-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@ export default ViewStyleProps;

---

### `borderCurve` <div class="label ios">iOS</div>

On iOS 13+, it is possible to change the corner curve of borders.

| Type |
| ---------------------------------- |
| enum(`'circular'`, `'continuous'`) |

---

### `borderEndColor`

| Type |
Expand Down Expand Up @@ -161,16 +171,6 @@ If the rounded border is not visible, try applying `overflow: 'hidden'` as well.

---

### `cornerSmoothing` <div class="label ios">iOS</div>

On iOS 13+, it is possible to change the corner curve to be more rounded.

| Type |
| ---- |
| bool |

---

### `borderRightColor`

| Type |
Expand Down

0 comments on commit f1b2cd4

Please sign in to comment.