Earlier you were trying to center the content vertically using justifyContent: 'center'.
This works, fine but we need to also look for few other things:
- The parent container has flexDirection: 'column' which is correct for stacking items vertically.
- The children components are not wrapped in additional component that is changing the layout unintentionally.