diff --git a/Libraries/Modal/Modal.js b/Libraries/Modal/Modal.js index 1124b904a7ea71..f9311066c11a72 100644 --- a/Libraries/Modal/Modal.js +++ b/Libraries/Modal/Modal.js @@ -29,7 +29,8 @@ var RCTModalHostView = requireNativeComponent('RCTModalHostView', null); * * In apps written with React Native from the root view down, you should use * Navigator instead of Modal. With a top-level Navigator, you have more control - * over how to present the modal scene over the rest of your app. + * over how to present the modal scene over the rest of your app by using the + * configureScene property. */ class Modal extends React.Component { render(): ?ReactElement {