Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Apr 5, 2024
1 parent 30c25a5 commit 01960c1
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 @@ -60,7 +60,7 @@ Extended from `ViewProps`
| maxHeight | `number` | - | Overrides `large` or `100%` height. | βœ… | βœ… |
| contentContainerStyle | `StyleProp<ViewStyle>` | - | Optional content container styles. | βœ… | βœ… |
| FooterComponent | `ReactNode` | - | A component that floats at the bottom of the sheet. | βœ… | βœ… |
| dismissible | `boolean` | `true` | Prevents interactive dismissal of the sheet. | βœ… | βœ… |
| dismissible | `boolean` | `true` | If set to `false`, the sheet will prevent interactive dismissal via dragging or clicking outside of it. | βœ… | βœ… |
| grabber | `boolean` | `true` | Shows native grabber (or handle) on iOS. | βœ… | |
| blurTint | [`BlurTint`](#blurTint) | - | The blur effect style on iOS. Overrides `backgroundColor` if set. Example: `light`, `dark`, etc. | βœ… | |
| scrollRef | `RefObject<...>` | - | The main scrollable ref that Sheet should handle on iOS. | βœ… | |
Expand Down

0 comments on commit 01960c1

Please sign in to comment.