Flex Direction
Usage
Please refer to the
documentation on the Tailwind CSS website
tip
React Native has a different default flex direction to web. We highly recommend explicting setting the Flex Direction on your components.
Compatibility
Class | Support |
---|---|
flex-row | ✅ Full Support |
flex-row-reverse | ✅ Full Support |
flex-col | ✅ Full Support |
flex-col-reverse | ✅ Full Support |