You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native/Libraries/Modal/Modal.js
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,9 @@ export type ModalBaseProps = {
86
86
*/
87
87
visible?: ?boolean,
88
88
/**
89
-
* The `onRequestClose` callback is called when the user taps the hardware back button on Android or the menu button on Apple TV.
89
+
* The `onRequestClose` callback is called when the user taps the hardware back button on Android, dismisses the sheet using a gesture on iOS or the menu button on Apple TV.
0 commit comments