79328284

Date: 2025-01-04 05:15:21
Score: 1.5
Natty:
Report link

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:

  1. The parent container has flexDirection: 'column' which is correct for stacking items vertically.
  2. The children components are not wrapped in additional component that is changing the layout unintentionally.
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abhitech