diff --git a/docs/modal.html b/docs/modal.html index 0c4e117dc88..00297d0563e 100644 --- a/docs/modal.html +++ b/docs/modal.html @@ -4,7 +4,7 @@ your app written in React Native to present content above the enclosing native view hierarchy.
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 by using the -configureScene property.