Skip to content

Commit 59dc935

Browse files
author
Kashish Grover
committed
update readme
1 parent 39aac22 commit 59dc935

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ To create a simple example for a React Native e-commerce app.
99
3. On clicking a particular product, navigate to a screen where you display all other details
1010

1111
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
12+
13+
1. Setting up a project
14+
2. RN Components (View, Text, Image, ScrollView, KeyboardAvoidingView, etc.)
15+
3. Styling
16+
4. AsyncStorage
17+
5. Linting Setup
18+
6. React Navigation - Stack and Drawer Navigators
19+
7. Passing props while navigating
20+
8. Using internal state
21+
9. Project structure

0 commit comments

Comments
 (0)