Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Apr 8, 2024
1 parent 5602e83 commit 7b61dad
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 @@ -59,7 +59,7 @@ Extends `ViewProps`

| Prop | Type | Default | Description | 🍎 | πŸ€– |
| - | - | - | - | - | - |
| sizes | [`SheetSize`](#sheetsize) | `['medium', 'large']` | The sizes you want the sheet to support. Maximum of _**3 sizes**_ only! **_collapsed_**, **_half-expanded_**, and **_expanded_**. Example: `size={['auto', '60%', 'large']}`| βœ… | βœ… |
| sizes | [`SheetSize[]`](#sheetsize) | `['medium', 'large']` | Array of sizes you want the sheet to support. Maximum of _**3 sizes**_ only! **_collapsed_**, **_half-expanded_**, and **_expanded_**. Example: `size={['auto', '60%', 'large']}`| βœ… | βœ… |
| backgroundColor | `ColorValue` | `white` | Main sheet background color. | βœ… | βœ… |
| cornerRadius | `number` | - | the sheet corner radius. | βœ… | βœ… |
| maxHeight | `number` | - | Overrides `large` or `100%` height. | βœ… | βœ… |
Expand Down

0 comments on commit 7b61dad

Please sign in to comment.