Skip to content

Commit 0edae6d

Browse files
sikrinickMykyta Sikriier
andauthored
Updated documentation to represent default values for FlexboxLayoutManager. (#557)
Co-authored-by: Mykyta Sikriier <[email protected]>
1 parent de0f328 commit 0edae6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ Here is a quick overview of the attributes/features comparison between the two i
148148
* __flexWrap__
149149
* This attribute controls whether the flex container is single-line or multi-line, and the
150150
direction of the cross axis. Possible values are:
151-
* nowrap (default)
152-
* wrap
153-
* wrap_reverse
151+
* nowrap (default for FlexboxLayout)
152+
* wrap (default for FlexboxLayoutManager)
153+
* wrap_reverse (not supported by FlexboxLayoutManager)
154154

155155
![Flex Wrap explanation](/assets/flex-wrap.gif)
156156

@@ -167,11 +167,11 @@ Here is a quick overview of the attributes/features comparison between the two i
167167

168168
* __alignItems__
169169
* This attribute controls the alignment along the cross axis. Possible values are:
170-
* flex_start (default)
170+
* flex_start (default for FlexboxLayout)
171171
* flex_end
172172
* center
173173
* baseline
174-
* stretch
174+
* stretch (default for FlexboxLayoutManager)
175175

176176
![Align Items explanation](/assets/align-items.gif)
177177

0 commit comments

Comments
 (0)