1234567891011121314151617181920 |
- ---
- id: options-modal
- title: Modal Options
- sidebar_label: Modal
- ---
-
- ```js
- const options = {
- swipeToDismiss
- };
- ```
-
- ## `swipeToDismiss`
-
- Control wether this modal should be dismiss using swipe gesture when the `modalPresentationStyle` is `pageSheet`
-
- | Type | Required | Platform | Default |
- | ------------------------------------- | -------- | -------- | -------- |
- | boolean | No | Both | true |
|