Skip to content

Commit 7e7a966

Browse files
copy command added
1 parent b72efca commit 7e7a966

4 files changed

Lines changed: 31 additions & 4 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
##### command for cloning new project with this template, where 'SomeApp' is the name of the project, change it to your needs
66

7+
```sh
78
npx react-native init SomeApp --template https://github.com/lakhwinderdebut/react-native-template.git
9+
```
810

911
> #### Check List- Steps to do after clone:
1012

dependencies.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"@react-native-async-storage/async-storage": "^1.17.7",
3+
"@react-navigation/bottom-tabs": "^6.3.1",
4+
"@react-navigation/drawer": "^6.4.2",
5+
"@react-navigation/material-bottom-tabs": "^6.2.1",
6+
"@react-navigation/material-top-tabs": "^6.2.1",
7+
"@react-navigation/native": "^6.0.10",
8+
"@react-navigation/native-stack": "^6.6.2",
9+
"@react-navigation/stack": "^6.2.1",
10+
"@reduxjs/toolkit": "^1.8.3",
11+
"axios": "^0.27.2",
12+
"date-fns": "^2.28.0",
13+
"i18next": "^21.8.14",
14+
"react": "18.0.0",
15+
"react-i18next": "^11.18.1",
16+
"react-native": "0.69.1",
17+
"react-native-gesture-handler": "^2.5.0",
18+
"react-native-image-picker": "^4.8.4",
19+
"react-native-pager-view": "^5.4.24",
20+
"react-native-paper": "^4.12.2",
21+
"react-native-permissions": "^3.3.1",
22+
"react-native-reanimated": "^2.8.0",
23+
"react-native-safe-area-context": "^4.3.1",
24+
"react-native-screens": "^3.13.1",
25+
"react-native-tab-view": "^3.1.1",
26+
"react-native-vector-icons": "^9.2.0",
27+
"react-redux": "^8.0.2"
28+
}

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"description": "React Native Template with all basic dependencies and folder structure added",
55
"repository": "https://github.com/lakhwinderdebut/react-native-template.git",
66
"author": "Lakhwinder Singh <luckysingh781@gmail.com>",
7-
"license": "MIT",
8-
"dependencies": {
9-
"react-native-image-picker": "^4.8.4"
10-
}
7+
"license": "MIT"
118
}

0 commit comments

Comments
 (0)