Challenge: Favorite Programming Language
Explore using fundamental React Native components by building a user interface that displays programming languages in a horizontal scrollable list, includes text input, and handles user interaction. This challenge helps you apply text, image, and input handling to reinforce your understanding of basic components in React Native.
We'll cover the following...
We'll cover the following...
This challenge will test your knowledge of the basic components of React Native. You’ll use the concepts we learned to create a minimalistic user interface.
Task
Build a React Native application that has:
-
Text reading “Programming Languages” at the top, as shown in the illustration below.
-
A horizontally scrollable list ...