From 9fdf73e0ff21f0b4bb39796f0df0c5ff5305bded Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 7 May 2018 21:18:56 +0000 Subject: [PATCH] Deploy website Deploy website version based on 6dda24acd60b8e2971f36a8bd0a11300f461f646 --- docs/next/flexbox.html | 8 ++++---- docs/next/keyboardavoidingview.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/next/flexbox.html b/docs/next/flexbox.html index 86bb4246cf8..d409e403cb6 100644 --- a/docs/next/flexbox.html +++ b/docs/next/flexbox.html @@ -76,11 +76,11 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics); flex: 1, flexDirection: 'column', justifyContent: 'center', - alignItems: 'center', + alignItems: 'stretch', }}> <View style={{width: 50, height: 50, backgroundColor: 'powderblue'}} /> - <View style={{width: 50, height: 50, backgroundColor: 'skyblue'}} /> - <View style={{width: 50, height: 50, backgroundColor: 'steelblue'}} /> + <View style={{height: 50, backgroundColor: 'skyblue'}} /> + <View style={{height: 100, backgroundColor: 'steelblue'}} /> </View> ); } @@ -88,7 +88,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics); // skip this line if using Create React Native App AppRegistry.registerComponent('AwesomeProject', () => AlignItemsBasics); - +

Going Deeper

We've covered the basics, but there are many other styles you may need for layouts. The full list of props that control layout is documented here.

diff --git a/docs/next/keyboardavoidingview.html b/docs/next/keyboardavoidingview.html index 87d3722e8fd..563ba3ea603 100644 --- a/docs/next/keyboardavoidingview.html +++ b/docs/next/keyboardavoidingview.html @@ -40,7 +40,7 @@ TypeRequired -numberYes +numberNo