diff --git a/Libraries/Modal/Modal.js b/Libraries/Modal/Modal.js index 2063f0fdd..8e3a88665 100644 --- a/Libraries/Modal/Modal.js +++ b/Libraries/Modal/Modal.js @@ -33,6 +33,7 @@ class Modal extends React.Component { {this.props.children} @@ -45,6 +46,7 @@ class Modal extends React.Component { Modal.propTypes = { animated: PropTypes.bool, transparent: PropTypes.bool, + onDismiss: PropTypes.func, }; var styles = StyleSheet.create({