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 flexdirection of value row-reverse supplied stylesheet

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.

see table of supported attributes:

enter image description here

https://github.com/facebook/css-layout


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -