2.3.9 Nested Views Codehs __full__ Page
If a parent component has a fixed size but the child has a style of flex: 1 without explicit dimensions, the child might collapse to 0 height or width.
Sits inside the parent. Its size can be determined by absolute dimensions (e.g., width and height in pixels) or relative flex values. Flexbox Rules in React Native 2.3.9 nested views codehs
The top-level View uses flex: 1 to fill the entire device screen. It centers its contents using alignItems: 'center' and justifyContent: 'center' . If a parent component has a fixed size