We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af92b6f commit 9170049Copy full SHA for 9170049
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-simple-dialogs",
3
- "version": "2.0.3",
+ "version": "2.1.0",
4
"description": "⚛ Cross-platform simple dialogs for React Native based on the Modal component.",
5
"private": false,
6
"repository": {
src/Dialog.tsx
@@ -40,7 +40,7 @@ import {
40
41
const {OS} = Platform;
42
43
-export const dialogDefaultProps = {
+export const dialogDefaultProps: DialogPropsType = {
44
visible: false,
45
onRequestClose: () => null,
46
contentInsetAdjustmentBehavior: 'never',
0 commit comments