From 8dbfd9c7e2f4117abbeef1348b75ac1b6e3781fe Mon Sep 17 00:00:00 2001 From: lodev09 Date: Mon, 8 Apr 2024 12:22:24 +0800 Subject: [PATCH] chore: fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4bb4e4..d2a93b8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Extends `ViewProps` | cornerRadius | `number` | - | the sheet corner radius. | ✅ | ✅ | | maxHeight | `number` | - | Overrides `large` or `100%` height. | ✅ | ✅ | | contentContainerStyle | `StyleProp` | - | 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. | | ✅ |