(Choose 2 answers)
Which of the following statements is TRUE about Layout direction?
A. Layout direction specifies the direction in which children and text in a hierarchy should be laid out
B. By default, React Native lays out with LTR layout direction
C. Layout direction can be changed dynamically based on the language or user preference requirements
D. Layout direction is often used to support RTL (right-to-left) languages such as Arabic or Hebrew
45