diff --git a/Libraries/Modal/Modal.js b/Libraries/Modal/Modal.js index 1af6fec6148..cc37e30584e 100644 --- a/Libraries/Modal/Modal.js +++ b/Libraries/Modal/Modal.js @@ -201,7 +201,7 @@ class Modal extends React.Component { } render(): React.Node { - if (this.props.visible === false) { + if (this.props.visible !== true) { return null; }