Skip to content

Commit 09ae472

Browse files
authored
Apply suggestions from code review
1 parent 1c8658a commit 09ae472

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/modal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ The `onOrientationChange` callback is called when the orientation changes while
174174
| -------- |
175175
| function |
176176

177-
178177
---
179178

180179
### `allowSwipeDismissal` <div class="label ios">iOS</div>
@@ -191,7 +190,7 @@ This requires you to implement the `onRequestClose` prop to handle the dismissal
191190
### `onRequestClose`
192191

193192
The `onRequestClose` callback is called when the user taps the hardware back button on Android or the menu button on Apple TV. Because of this required prop, be aware that `BackHandler` events will not be emitted as long as the modal is open.
194-
On iOS, this callback is called when a Modal is being dismissed using a drag gesture when `presentationStyle` is `pageSheet or formSheet`. When `allowSwipeDismissal` is enabled this callback will be called after dismissing the modal.
193+
On iOS, this callback is called when a Modal is being dismissed using a drag gesture when `presentationStyle` is `pageSheet or formSheet`. When `allowSwipeDismissal` is enabled this callback will be called after dismissing the modal.
195194

196195
| Type |
197196
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)