...
/Challenge: Android Components and APIs
Challenge: Android Components and APIs
Complete this hands-on exercise to test your knowledge of the Android components and APIs of React Native.
We'll cover the following...
This challenge will test your knowledge of the Android components and APIs of React Native. You’ll use these concepts to create a minimalistic user interface.
Task
Build a React Native application that:
-
Shows a drawer layout that slides in from the left side, as shown in the illustration below. These three elements should be rendered inside the drawer in text format:
- All photos
- Favorites
- Trash
-
Has a ...