Challenge: List View

Complete this hands-on exercise to test your knowledge of the list view components of React Native.

This challenge will test your knowledge of the list view components of React Native. You’ll use these concepts to create a minimalistic user interface.

Task

Build a React Native application that shows:

  • A vertically scrollable list separated by sections named:

    • Fruits
    • Junk Food
    • Hot Selling
  • Each section of the list populated with these items, as shown in the illustrations below:

    • Image of the item
    • Name of the item
    • Price of the item

Expected output

The illustrations below show what the final output should look like after completing the challenge.

Get hands-on with 1200+ tech skills courses.