Now let’s add some logic to each field.
The placeholder text of the first field should be Enter email, the second should be Enter password.
Placeholder text color must be #254441.
The initial value of each field must be an empty string.
The onChangeText handler should modify and save the entered line of each field.
The characters entered in the second field must be hidden - all the same, we enter the password.

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.