Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 673 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 673 Bytes

React Native Workshop

Problem Statement:

To create a simple example for a React Native e-commerce app.

  1. Create a simple login screen with a hard coded id and password
  2. Create a generic list screen using the following api link: [http://www.mocky.io/v2/5b35cb7c2f0000692d3763c5]
  3. On clicking a particular product, navigate to a screen where you display all other details

Concepts covered:

  1. Setting up a project
  2. RN Components (View, Text, Image, ScrollView, KeyboardAvoidingView, etc.)
  3. Styling
  4. AsyncStorage
  5. Linting Setup
  6. React Navigation - Stack and Drawer Navigators
  7. Passing props while navigating
  8. Using internal state
  9. Project structure