Skip to content

Commit

Permalink
docs: added style to props page
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Feb 7, 2021
1 parent a723f22 commit b765973
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/props.md
Expand Up @@ -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`
Expand Down

0 comments on commit b765973

Please sign in to comment.