Skip to main content
Version: v2 (Reanimated v1)

Props

Bottom Sheet Modal inherits all Bottom Sheet props except for animateOnMount & containerHeight and also it introduces its own props:

Configuration

name

Modal name to help identify the modal for later on.

typedefaultrequired
stringgenerated unique keyNO

dismissOnPanDown

Dismiss modal when panning down.

typedefaultrequired
booleantrueNO

Callbacks

onDismiss

Callback when the modal dismissed.

type onDismiss = () => void;
typedefaultrequired
functionnullNO