Challenge: Hooks

Complete this hands-on exercise to test your knowledge of Hooks in React Native.

We'll cover the following...

This challenge will test your knowledge of Hooks in 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 containing data fetched from a dummy API.

Expected output

The illustration below shows what the final output should look like after ...