react-native-misc

React Native library

This project is maintained by iliubinskii

React Native libraryDocs


React Native library / types/styles / JustifyContent

Enumeration: JustifyContent

Enumeration Members

center

center: "center"


flexEnd

flexEnd: "flex-end"


flexStart

flexStart: "flex-start"


spaceAround

spaceAround: "space-around"


spaceBetween

spaceBetween: "space-between"


spaceEvenly

spaceEvenly: "space-evenly"