Skip to content

Commit 2dbd2b5

Browse files
author
Kashish Grover
committed
update readme
1 parent fece45a commit 2dbd2b5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22

33
Problem Statement:
44

5-
To create a simple example for an e-commerce app.
5+
To create a simple example for a React Native e-commerce app.
66

77
1. Create a simple login screen with a hard coded id and password
88
2. Create a generic list screen using the following api link: [add API link here]
99
3. On clicking a particular product, display a details screen with details from [add API link here]
1010

11+
Concepts covered:
12+
1. RN Components (View, Text, Image, ScrollView, KeyboardAvoidingView, etc.)
13+
2. Styling
14+
3. AsyncStorage
15+
4. Linting Setup
16+
5. React Navigation - Stack and Drawer Navigators
17+
6. Passing props while navigating
18+
7. Using internal state

0 commit comments

Comments
 (0)