Skip to content

Commit 8219fd6

Browse files
author
Kashish Grover
committed
change name, update readme
1 parent 2dbd2b5 commit 8219fd6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Problem Statement:
55
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
8-
2. Create a generic list screen using the following api link: [add API link here]
9-
3. On clicking a particular product, display a details screen with details from [add API link here]
8+
2. Create a generic list screen using the following api link: [http://www.mocky.io/v2/5b35cb7c2f0000692d3763c5]
9+
3. On clicking a particular product, navigate to a screen where you display all other details
1010

1111
Concepts covered:
1212
1. RN Components (View, Text, Image, ScrollView, KeyboardAvoidingView, etc.)

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"expo": {
3-
"name": "react-native-workshop",
4-
"description": "This project is really great.",
3+
"name": "RNShop",
4+
"description": "A rather simple boilerplate with some alleged React Native best practices. ",
55
"slug": "react-native-workshop",
66
"privacy": "public",
77
"sdkVersion": "28.0.0",
88
"platforms": [
99
"ios",
1010
"android"
1111
],
12-
"version": "1.0.0",
12+
"version": "0.0.1",
1313
"orientation": "portrait",
1414
"icon": "./assets/icon.png",
1515
"splash": {

0 commit comments

Comments
 (0)