From b3ae9ecbb5df23b17645ea737ba1a435b4d35ecb Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 17 Mar 2016 16:35:22 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/next/docs/modal.html b/releases/next/docs/modal.html index 679b1461a73..2be5de6e220 100644 --- a/releases/next/docs/modal.html +++ b/releases/next/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.

This component is only available in iOS at this time.

Props #

animated bool #

onDismiss function #

onShow function #

transparent bool #

visible bool #

Examples #

Edit on GitHub
'use strict'; +configureScene property.

This component is only available in iOS at this time.

Props #

animated bool #

onRequestClose function #

onShow function #

transparent bool #

visible bool #

Examples #

Edit on GitHub
'use strict'; var React = require('react-native'); var {