From 2cf795c1189bd2f8ec8ccce1bf71682709d0274d Mon Sep 17 00:00:00 2001 From: Seth Broweleit Date: Fri, 2 Oct 2015 16:36:29 -0500 Subject: [PATCH] Update README.md "alignContent" is not supported - see image: https://raw.githubusercontent.com/getsetbro/images/gh-pages/screenshots/reactnative.no.flexbox.aligncontent.png --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d604f1d0..fe08178d 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ padding, paddingLeft, paddingRight, paddingTop, paddingBottom | positive number borderWidth, borderLeftWidth, borderRightWidth, borderTopWidth, borderBottomWidth | positive number flexDirection | 'column', 'row' justifyContent | 'flex-start', 'center', 'flex-end', 'space-between', 'space-around' -alignItems, alignSelf, alignContent | 'flex-start', 'center', 'flex-end', 'stretch' +alignItems, alignSelf | 'flex-start', 'center', 'flex-end', 'stretch' flex | positive number flexWrap | 'wrap', 'nowrap' position | 'relative', 'absolute'