Problem Statement:
To create a simple example for a React Native e-commerce app.
- Create a simple login screen with a hard coded id and password
- Create a generic list screen using the following api link: [http://www.mocky.io/v2/5b35cb7c2f0000692d3763c5]
- On clicking a particular product, navigate to a screen where you display all other details
Concepts covered:
- Setting up a project
- RN Components (View, Text, Image, ScrollView, KeyboardAvoidingView, etc.)
- Styling
- AsyncStorage
- Linting Setup
- React Navigation - Stack and Drawer Navigators
- Passing props while navigating
- Using internal state
- Project structure