Skip to content

Commit a3b33c4

Browse files
authored
fix: fix reactNativeModalPropsIOS prop behaviour (#249)
1 parent e148cb1 commit a3b33c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CustomDatePickerIOS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default class CustomDatePickerIOS extends React.PureComponent {
180180
onBackdropPress: dismissOnBackdropPressIOS
181181
? this.handleCancel
182182
: () => null,
183-
reactNativeModalPropsIOS
183+
...reactNativeModalPropsIOS
184184
};
185185

186186
return (

0 commit comments

Comments
 (0)