Skip to main content
Version: 4.0.0-beta.0

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.

Usage

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.


Props

BottomSheet

Reference

BottomSheet

containerStyle

Style of the bottom sheet's container. Use this to change the color of the underlay.

TypeDefault
View style(Object)None

isVisible

Is the modal component shown.

TypeDefault
booleanfalse

modalProps

Additional props handed to the Modal.

TypeDefault
ModalProps{}

scrollViewProps

Used to add props to Scroll view.

TypeDefault
ScrollViewProps{}