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
| onRequestClose | Function | null | Callback that's called when users taps the hardware back button on Android |
70
-
| animationType | Enum('none', 'slide', 'fade') | 'none' | Controls how the modal animates |
71
-
| onShow | Function | null | Callback that's called once the modal has been shown |
72
-
| onOrientationChange | Function | null | Callback that's called when the orientation change while the modal is being displayed on iOS |
73
-
| supportedOrientations | Array of Enum('portrait', 'portrait-upside-down', 'landscape', 'landscape-left', 'landscape-right') | 'portrait' | Allowed orientation while modals is being shown. More info at [react-native docs](https://facebook.github.io/react-native/docs/modal#supportedorientations)|
74
-
| onTouchOutside | Function | null | Callbac that's called when users tap outside the shown modal |
75
-
| title | String | null | Modal's title |
76
-
| titleStyle |[Text StyleSheet](https://facebook.github.io/react-native/docs/text-style-props)| null | Custom text style object for modal's title |
| keyboardDismissMode | Enum('none', 'on-drag', 'interactive') | null | Determines whether the keyboard gets dismissed in response to a drag. More info at [react-native docs](https://facebook.github.io/react-native/docs/scrollview#keyboarddismissmode)|
83
-
| keyboardShouldPersistTaps | Enum('always', 'never', 'handled', false, true) | null | Determines when the keyboard should stay visible after a tap. More info at [react-native docs](https://facebook.github.io/react-native/docs/scrollview#keyboardshouldpersisttaps)|
| onRequestClose | Function | null | Callback that's called when users taps the hardware back button on Android |
70
+
| animationType | Enum('none', 'slide', 'fade') | 'none' | Controls how the modal animates |
71
+
| onShow | Function | null | Callback that's called once the modal has been shown |
72
+
| onOrientationChange | Function | null | Callback that's called when the orientation change while the modal is being displayed on iOS |
73
+
| supportedOrientations | Array of Enum('portrait', 'portrait-upside-down', 'landscape', 'landscape-left', 'landscape-right') | 'portrait' | Allowed orientation while modals is being shown. More info at [react-native docs](https://facebook.github.io/react-native/docs/modal#supportedorientations)|
74
+
| onTouchOutside | Function | null | Callbac that's called when users tap outside the shown modal |
75
+
| title | String | null | Modal's title |
76
+
| titleStyle |[Text StyleSheet](https://facebook.github.io/react-native/docs/text-style-props)| null | Custom text style object for modal's title |
| keyboardDismissMode | Enum('none', 'on-drag', 'interactive') | null |[Determines whether the keyboard gets dismissed in response to a drag.](https://facebook.github.io/react-native/docs/scrollview#keyboarddismissmode)|
83
+
| keyboardShouldPersistTaps | Enum('always', 'never', 'handled', false, true) | null |[Determines when the keyboard should stay visible after a tap.](https://facebook.github.io/react-native/docs/scrollview#keyboardshouldpersisttaps)|
85
84
86
85
### Confirm Dialog
87
86
@@ -121,25 +120,24 @@ import { ConfirmDialog } from 'react-native-simple-dialogs';
0 commit comments