In iOS 5 and 6, when the Arrange component is used at any nesting level within any flexbox that has flex-direction set to row-reverse the Arrange component inherits the reversed direction. This shouldn’t happen.
Status: Ready to merge
Reviewers: @jeffkamo @mlworks
Changes
Declares flex-direction: row on the Arrange root selector
Fixes #61.
In iOS 5 and 6, when the Arrange component is used at any nesting level within any flexbox that has
flex-direction
set torow-reverse
the Arrange component inherits the reversed direction. This shouldn’t happen.Status: Ready to merge Reviewers: @jeffkamo @mlworks
Changes
flex-direction: row
on the Arrange root selectorTodo