Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Apr 8, 2024
1 parent dc8e394 commit 8dbfd9c
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 @@ -64,7 +64,7 @@ Extends `ViewProps`
| cornerRadius | `number` | - | the sheet corner radius. | βœ… | βœ… |
| maxHeight | `number` | - | Overrides `large` or `100%` height. | βœ… | βœ… |
| contentContainerStyle | `StyleProp<ViewStyle>` | - | Optional content container styles. | βœ… | βœ… |
| FooterComponent | `ComponentType<...> | ReactElement` | - | A component that floats at the bottom of the sheet. Accepts a functional `Component` or `ReactElement`. | βœ… | βœ… |
| FooterComponent | `ComponentType<...> \| ReactElement` | - | A component that floats at the bottom of the sheet. Accepts a functional `Component` or `ReactElement`. | βœ… | βœ… |
| dismissible | `boolean` | `true` | If set to `false`, the sheet will prevent interactive dismissal via dragging or clicking outside of it. | βœ… | βœ… |
| grabber | `boolean` | `true` | Shows a grabber (or handle). Native on IOS and styled `View` on Android. | βœ… | βœ… |
| grabberProps | [`TrueSheetGrabberProps`](#truesheetgrabberprops) | - | Overrides the grabber props for android. | | βœ… |
Expand Down

0 comments on commit 8dbfd9c

Please sign in to comment.