From 01960c1f432e8d6e40acd6ae3d3bc4b4ff2e09cd Mon Sep 17 00:00:00 2001 From: lodev09 Date: Fri, 5 Apr 2024 16:52:44 +0800 Subject: [PATCH] chore: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 507c7f7..46d6711 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Extended from `ViewProps` | maxHeight | `number` | - | Overrides `large` or `100%` height. | ✅ | ✅ | | contentContainerStyle | `StyleProp` | - | 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. | ✅ | |