From 2eb9031111ec5113c7c67d2c7ec89f1e2dff41ad Mon Sep 17 00:00:00 2001 From: alduzy Date: Tue, 1 Oct 2024 16:10:44 +0200 Subject: [PATCH] copied definition from types --- native-stack/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native-stack/README.md b/native-stack/README.md index a78713d688..20f8734077 100644 --- a/native-stack/README.md +++ b/native-stack/README.md @@ -287,10 +287,10 @@ Defaults to system default. #### `sheetInitialDetent` -Index of the initial detent for the sheet. +Index of the detent the sheet should expand to after being opened. Works only when `presentation` is set to `formSheet`. -The detents must be defined in `sheetAllowedDetents` array. +Defaults to `0` - which represents first detent in the detents array. #### `sheetGrabberVisible` (iOS only)