diff --git a/Libraries/Modal/Modal.js b/Libraries/Modal/Modal.js index 064d6481cf..c601f6fce3 100644 --- a/Libraries/Modal/Modal.js +++ b/Libraries/Modal/Modal.js @@ -87,6 +87,8 @@ class Modal extends React.Component { * - `slide` slides in from the bottom * - `fade` fades into view * - `none` appears without an animation + * + * Default is set to `none`. */ animationType: PropTypes.oneOf(['none', 'slide', 'fade']), /**