From 87447448f455abcbc9cce570232ea90cd24d7b48 Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Sat, 31 Oct 2015 01:01:11 +0000
Subject: [PATCH] update website
---
docs/modal.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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.
'use strict';
+configureScene property.
'use strict';
var React = require('react-native');
var {
@@ -134,6 +134,7 @@ exports.examples },
innerContainer: {
borderRadius: 10,
+ alignItems: 'center',
},
row: {
alignItems: 'center',
@@ -149,6 +150,7 @@ exports.examples : 5,
flex: 1,
height: 44,
+ alignSelf: 'stretch',
justifyContent: 'center',
overflow: 'hidden',
},