diff --git a/docs/0.10/flexbox.html b/docs/0.10/flexbox.html index 2d7f124521c..55e86cdb4e0 100644 --- a/docs/0.10/flexbox.html +++ b/docs/0.10/flexbox.html @@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.11/flexbox.html b/docs/0.11/flexbox.html
index 19f0c7f6eeb..45e83e5604a 100644
--- a/docs/0.11/flexbox.html
+++ b/docs/0.11/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.12/flexbox.html b/docs/0.12/flexbox.html
index 4e8209184c0..5f0ce2835b5 100644
--- a/docs/0.12/flexbox.html
+++ b/docs/0.12/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.13/flexbox.html b/docs/0.13/flexbox.html
index 75d2abb6e24..f499485554e 100644
--- a/docs/0.13/flexbox.html
+++ b/docs/0.13/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.14/flexbox.html b/docs/0.14/flexbox.html
index be8b2dfc078..af9fc17b0fd 100644
--- a/docs/0.14/flexbox.html
+++ b/docs/0.14/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.15/flexbox.html b/docs/0.15/flexbox.html
index 86e612ca058..f060cf2ae00 100644
--- a/docs/0.15/flexbox.html
+++ b/docs/0.15/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.16/flexbox.html b/docs/0.16/flexbox.html
index 7fbdac0ec62..ee3ae506755 100644
--- a/docs/0.16/flexbox.html
+++ b/docs/0.16/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.17/flexbox.html b/docs/0.17/flexbox.html
index 957576cd2c7..6a8c7a341f0 100644
--- a/docs/0.17/flexbox.html
+++ b/docs/0.17/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.18/flexbox.html b/docs/0.18/flexbox.html
index c539d67dd61..c60f8278eaa 100644
--- a/docs/0.18/flexbox.html
+++ b/docs/0.18/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.19/flexbox.html b/docs/0.19/flexbox.html
index b3106ec3406..afb874a15de 100644
--- a/docs/0.19/flexbox.html
+++ b/docs/0.19/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.20/flexbox.html b/docs/0.20/flexbox.html
index 2ca6cdc2849..aa32e44c7ca 100644
--- a/docs/0.20/flexbox.html
+++ b/docs/0.20/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.21/flexbox.html b/docs/0.21/flexbox.html
index 1d4185ac716..7bc9d1570be 100644
--- a/docs/0.21/flexbox.html
+++ b/docs/0.21/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.22/flexbox.html b/docs/0.22/flexbox.html
index 45fba7d1841..3bf50482498 100644
--- a/docs/0.22/flexbox.html
+++ b/docs/0.22/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.23/flexbox.html b/docs/0.23/flexbox.html
index b149b5c5cf2..e6c111975cb 100644
--- a/docs/0.23/flexbox.html
+++ b/docs/0.23/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.24/flexbox.html b/docs/0.24/flexbox.html
index 521ff66b218..07c8a011f0a 100644
--- a/docs/0.24/flexbox.html
+++ b/docs/0.24/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.25/flexbox.html b/docs/0.25/flexbox.html
index 37fa6cc3a0a..df96ba579ad 100644
--- a/docs/0.25/flexbox.html
+++ b/docs/0.25/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.26/flexbox.html b/docs/0.26/flexbox.html
index e4637bce5d9..63f18d6821a 100644
--- a/docs/0.26/flexbox.html
+++ b/docs/0.26/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.27/flexbox.html b/docs/0.27/flexbox.html
index 6a071706a7a..4c96898c18f 100644
--- a/docs/0.27/flexbox.html
+++ b/docs/0.27/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.28/flexbox.html b/docs/0.28/flexbox.html
index d17dfc1c1bb..0499161ff49 100644
--- a/docs/0.28/flexbox.html
+++ b/docs/0.28/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.29/flexbox.html b/docs/0.29/flexbox.html
index b3090092dd9..3377357353f 100644
--- a/docs/0.29/flexbox.html
+++ b/docs/0.29/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.30/flexbox.html b/docs/0.30/flexbox.html
index 72a240cb297..1e56f2dc85b 100644
--- a/docs/0.30/flexbox.html
+++ b/docs/0.30/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.31/flexbox.html b/docs/0.31/flexbox.html
index 1cf91516dd4..27e291aa6e4 100644
--- a/docs/0.31/flexbox.html
+++ b/docs/0.31/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.32/flexbox.html b/docs/0.32/flexbox.html
index 22555b0146f..a1b089ab722 100644
--- a/docs/0.32/flexbox.html
+++ b/docs/0.32/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.33/flexbox.html b/docs/0.33/flexbox.html
index 72df5cf8136..f66b061af48 100644
--- a/docs/0.33/flexbox.html
+++ b/docs/0.33/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.34/flexbox.html b/docs/0.34/flexbox.html
index 2247127def6..2990d4f3cbe 100644
--- a/docs/0.34/flexbox.html
+++ b/docs/0.34/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.35/flexbox.html b/docs/0.35/flexbox.html
index 2d0bb18ee46..1640c89a62f 100644
--- a/docs/0.35/flexbox.html
+++ b/docs/0.35/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.36/flexbox.html b/docs/0.36/flexbox.html
index 83c4e3ceb35..edf763bae1f 100644
--- a/docs/0.36/flexbox.html
+++ b/docs/0.36/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.37/flexbox.html b/docs/0.37/flexbox.html
index 94e42285613..73e37ccee32 100644
--- a/docs/0.37/flexbox.html
+++ b/docs/0.37/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.38/flexbox.html b/docs/0.38/flexbox.html
index e461e9eb7a8..72c53a37980 100644
--- a/docs/0.38/flexbox.html
+++ b/docs/0.38/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.39/flexbox.html b/docs/0.39/flexbox.html
index e80c455f34d..d45288de5ab 100644
--- a/docs/0.39/flexbox.html
+++ b/docs/0.39/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.40/flexbox.html b/docs/0.40/flexbox.html
index 5768b3f6cf8..1ae29a1de0f 100644
--- a/docs/0.40/flexbox.html
+++ b/docs/0.40/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.41/flexbox.html b/docs/0.41/flexbox.html
index 9143a7163a5..705f842bef1 100644
--- a/docs/0.41/flexbox.html
+++ b/docs/0.41/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.42/flexbox.html b/docs/0.42/flexbox.html
index 6b04c0ab724..45b7d7724be 100644
--- a/docs/0.42/flexbox.html
+++ b/docs/0.42/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.43/flexbox.html b/docs/0.43/flexbox.html
index 573b99eb0f4..87175e3de99 100644
--- a/docs/0.43/flexbox.html
+++ b/docs/0.43/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.44/flexbox.html b/docs/0.44/flexbox.html
index e45497a9b3d..96f8f0b3f0b 100644
--- a/docs/0.44/flexbox.html
+++ b/docs/0.44/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.45/flexbox.html b/docs/0.45/flexbox.html
index f7eb9f5d24d..8807136bec9 100644
--- a/docs/0.45/flexbox.html
+++ b/docs/0.45/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.46/flexbox.html b/docs/0.46/flexbox.html
index ba7a0f3df78..72fa017a1f0 100644
--- a/docs/0.46/flexbox.html
+++ b/docs/0.46/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.47/flexbox.html b/docs/0.47/flexbox.html
index 7adf2797756..ea79111e919 100644
--- a/docs/0.47/flexbox.html
+++ b/docs/0.47/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.48/flexbox.html b/docs/0.48/flexbox.html
index 65124c56d2f..47a95222662 100644
--- a/docs/0.48/flexbox.html
+++ b/docs/0.48/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.49/flexbox.html b/docs/0.49/flexbox.html
index 6627c97744c..1d516478ec3 100644
--- a/docs/0.49/flexbox.html
+++ b/docs/0.49/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.5/flexbox.html b/docs/0.5/flexbox.html
index d6fc1fba2e8..664e34c681d 100644
--- a/docs/0.5/flexbox.html
+++ b/docs/0.5/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.50/flexbox.html b/docs/0.50/flexbox.html
index 4a9a0829a8e..81ea289fe38 100644
--- a/docs/0.50/flexbox.html
+++ b/docs/0.50/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.6/flexbox.html b/docs/0.6/flexbox.html
index e39dd0cf51a..662bbaac1fb 100644
--- a/docs/0.6/flexbox.html
+++ b/docs/0.6/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.7/flexbox.html b/docs/0.7/flexbox.html
index ba564f7a438..b3ee1e9644a 100644
--- a/docs/0.7/flexbox.html
+++ b/docs/0.7/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.8/flexbox.html b/docs/0.8/flexbox.html
index 84f16e81f62..b7eee279ba9 100644
--- a/docs/0.8/flexbox.html
+++ b/docs/0.8/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/0.9/flexbox.html b/docs/0.9/flexbox.html
index d00af1c429c..86919c1a728 100644
--- a/docs/0.9/flexbox.html
+++ b/docs/0.9/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';
diff --git a/docs/flexbox.html b/docs/flexbox.html
index f6774d5479b..aa44e9b0886 100644
--- a/docs/flexbox.html
+++ b/docs/flexbox.html
@@ -61,7 +61,7 @@ AppRegistry.registerComponent('AwesomeProject', () => JustifyContentBasics);
 

Align Items

Adding alignItems to a component's style determines the alignment of children along the secondary axis (if the primary axis is row, then the secondary is column, and vice versa). Should children be aligned at the start, the center, the end, or stretched to fill? Available options are flex-start, center, flex-end, and stretch.

-

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the height: 50 is removed from the children.

+

For stretch to have an effect, children must not have a fixed dimension along the secondary axis. In the following example, setting alignItems: stretch does nothing until the width: 50 is removed from the children.

import React, { Component } from 'react';
 import { AppRegistry, View } from 'react-native';