Codehs — 2.3.9 Nested Views

To complete Exercise 2.3.9 successfully, you must master the three main styling rules that govern nested views: 1. flexDirection Determines the primary axis of the layout.

Acts as the parent container for the nested blocks. It has fixed dimensions and sets flexDirection: 'row' to place the two inner boxes side-by-side. 2.3.9 nested views codehs

Nested views are created when one View component is placed inside another. This structure forms a that controls how UI elements are layered and positioned. To complete Exercise 2