Problem Statement
What is the default flexDirection value in React Native?
Explanation
Unlike web CSS where the default is row, React Native defaults flexDirection to column.
This means elements are stacked vertically unless changed to row explicitly.