Skip to content

Commit

Permalink
Added cornerSmoothing prop to view-style-props.md
Browse files Browse the repository at this point in the history
Relates to this PR: facebook/react-native#32017
  • Loading branch information
eric-edouard committed Sep 18, 2021
1 parent 1fbcfee commit 2ff83be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/view-style-props.md
Expand Up @@ -161,6 +161,16 @@ 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 have a smoother behavior.

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

---

### `borderRightColor`

| Type |
Expand Down

0 comments on commit 2ff83be

Please sign in to comment.