We’ll add a button below the fields, which we’ll style ourselves. To do this, we’ll need to use TouchableOpacity.
Opacity should be 0.75 when clicked.
Button height must be 60px and width 80% of the screen width.
Top margin should be 20px. Corner rounding should be 10px.
The background color must be #43AA8B.
The elements inside the button will be aligned in the center, both vertically and horizontally.
For alignment - use the appropriate flex properties.

This task is part of the Full-Stack JavaScript Course.
If you have any issues with it, you can ask for community help below the post.
Feel free to help others if you’ve already solved the task.