react-native-navigation的迁移库

options-modal.mdx 478B

1234567891011121314151617181920
  1. ---
  2. id: options-modal
  3. title: Modal Options
  4. sidebar_label: Modal
  5. ---
  6. ```js
  7. const options = {
  8. swipeToDismiss
  9. };
  10. ```
  11. ## `swipeToDismiss`
  12. Control wether this modal should be dismiss using swipe gesture when the `modalPresentationStyle` is `pageSheet`
  13. | Type | Required | Platform | Default |
  14. | ------------------------------------- | -------- | -------- | -------- |
  15. | boolean | No | Both | true |