Version: 3.4.2
Bottom Sheet
Note:
Make sure that you have completed Step 3 in the setup guide before using BottomSheet.
Overlay Modal that displays content from the bottom of the screen.

Usage#
Props#
Reference#
containerStyle#
Style of the bottom sheet's container
Use this to change the color of the underlay
| Type | Default |
|---|---|
| View style (object) | Internal Style |
isVisible#
Is the modal component shown
| Type | Default |
|---|---|
| boolean | false |
modalProps#
Additional props handed to the Modal
| Type | Default |
|---|---|
| Modal Props | {} |
