Let’s work on the renderItem
method. It should return the View
element.
Element vertical margins should be 10 and horizontal paddings 30.
This container must have two children: the first is View
and the second is Text
.
The next step is to work on the first of these children, and then the second.
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.