Question: 14
(Choose 2 answers)
What is true about flexDirection: 'column-reverse' in React Native?
A. Child elements will be arranged from bottom to top in the container.
B. If there is wrapping (when child elements overflow the container and need to wrap to the next line), the next
line will start from the left at the bottom of the container.
C. The main axis is from left to right.
D. column-reverse is equivalent to row-reverse but vertically.