css - Flex direction: row-reverse in react-native -
how can reproduce flex-direction: row-reverse in react-native? when in element' style i'm doing:
 flexdirection: 'row-reverse'   i'm getting error:
invalid prop
flexdirectionof valuerow-reversesuppliedstylesheet
update: added it in version 0.29.0 :)
update
as of v29, react native provides support reverse flex directions in android , ios. https://github.com/facebook/react-native/releases/tag/v0.29.0
original answer
there no row-reverse or column-reverse in react-native.

Comments
Post a Comment