BottomSheet
Overlay Modal that displays content from the bottom of the screen.
This opens from the bottom of the screen.
Note:
Make sure that you have completed Step 3 in the setup guide before using BottomSheet
.
#
UsageNote:
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.
#
Props#
BottomSheet#
Reference#
BottomSheet#
containerStyleStyle of the bottom sheet's container. Use this to change the color of the underlay.
Type | Default |
---|---|
View style(Object) | None |
#
isVisibleIs the modal component shown.
Type | Default |
---|---|
boolean | false |
#
modalPropsAdditional props handed to the Modal
.
Type | Default |
---|---|
ModalProps | {} |
#
scrollViewPropsUsed to add props to Scroll view.
Type | Default |
---|---|
ScrollViewProps | {} |