Skip to content

Commit

Permalink
fix: make reactModalProps optional (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagmic committed Oct 14, 2021
1 parent 997bd23 commit 3a21912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export interface IProps<ListItem = any> {
/**
* Props for the react-native Modal wrapping Modalize
*/
reactModalProps: ModalProps;
reactModalProps?: ModalProps;

/**
* Define if the handle on top of the modal is display or not.
Expand Down

0 comments on commit 3a21912

Please sign in to comment.