Challenge: User Interface and User Interaction
Explore React Native's user interface and interaction components by completing a challenge that involves creating a switch and a touchable element. Learn to handle state changes, user presses, and long presses to build a functional, minimalistic mobile UI.
We'll cover the following...
We'll cover the following...
This challenge will test your knowledge of the user interface and user interaction components of React Native. You’ll use these concepts to create a minimalistic user interface.
Task
Build a React Native application that shows:
-
A switch component at the top, as shown in the illustrations below.
-
A ...