File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
- ## React Native Basic Template
1
+ ## React Native Basic App Template
2
2
3
3
A simple basic template to start a new React Native app with ESLint and custom scripts.
4
4
@@ -12,7 +12,7 @@ A simple basic template to start a new React Native app with ESLint and custom s
12
12
Create a new project passing a template:
13
13
14
14
```
15
- react-native init [ProjectName] --template basic
15
+ react-native init [ProjectName] --template basic-app
16
16
```
17
17
18
18
Wait for download dependencies. At finish run:
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " react-native-template-basic" ,
3
- "version" : " 0.0.1" ,
4
- "author" : " Luciano Lima <beavess+npm@gmail.com>" ,
5
- "description" : " Template to create a new React Native project with ESLint" ,
6
- "homepage" : " https://github.com/lucianomlima/react-native-template-basic" ,
7
- "license" : " MIT" ,
8
- "bugs" : {
9
- "url" : " https://github.com/lucianomlima/react-native-template-basic/issues"
10
- },
11
- "repository" : {
12
- "type" : " git" ,
13
- "url" : " git@github.com:lucianomlima/react-native-template-basic.git"
14
- },
15
- "keywords" : [
16
- " react-native" ,
17
- " template" ,
18
- " eslint"
19
- ]
2
+ "name" : " react-native-template-basic-app " ,
3
+ "version" : " 0.0.1" ,
4
+ "author" : " Luciano Lima <beavess+npm@gmail.com>" ,
5
+ "description" : " Template to create a new React Native project with ESLint" ,
6
+ "homepage" : " https://github.com/lucianomlima/react-native-template-basic" ,
7
+ "license" : " MIT" ,
8
+ "bugs" : {
9
+ "url" : " https://github.com/lucianomlima/react-native-template-basic/issues"
10
+ },
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git@github.com:lucianomlima/react-native-template-basic.git"
14
+ },
15
+ "keywords" : [
16
+ " react-native" ,
17
+ " template" ,
18
+ " eslint"
19
+ ]
20
20
}
You can’t perform that action at this time.
0 commit comments