Skip to content

Commit

Permalink
docs: fix default value for cornerSmoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
WadhahEssam committed Aug 24, 2024
1 parent 732a14f commit aaf509a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ then do `npx pod-install`
<td><code>cornerSmoothing</code></td>
<td><code>number</code></td>
<td>Controls the amount of smoothing for the radius, <code>0</code> means there is no smoothing (will render like any other <code>View</code>, 100 is maximum amount</td>
<td><code>0</code></td>
<td><code>100</code></td>
</tr>
<tr>
<td><code>preserveSmoothing</code></td>
Expand Down

0 comments on commit aaf509a

Please sign in to comment.