React Native application following the Udemy Tutorial from @StephenGrider
flexDirection: 'column' is by default the normal disposition on React Native.
Flex-start begins from the top-left corner.
To avoid problems, wrap things in tags for consistent layouts.