diff --git a/website/docs/props.md b/website/docs/props.md index d8d9c31f..479d37a4 100644 --- a/website/docs/props.md +++ b/website/docs/props.md @@ -113,6 +113,14 @@ This will initially mount the sheet closed and when it's mounted and calculated | ------- | ------- | -------- | | boolean | false | NO | +### `style` + +View style to be applied at the sheet container, it also could be an `AnimatedStyle`. This is helpful to add shadow to the sheet. + +| type | default | required | +| -------------------------- | --------- | -------- | +| ViewStyle \| AnimatedStyle | undefined | NO | + ## Animation Configuration ### `animationConfigs`