Skip to content

Commit ffb07b4

Browse files
committed
Rename package
1 parent 608418c commit ffb07b4

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## React Native Basic Template
1+
## React Native Basic App Template
22

33
A simple basic template to start a new React Native app with ESLint and custom scripts.
44

@@ -12,7 +12,7 @@ A simple basic template to start a new React Native app with ESLint and custom s
1212
Create a new project passing a template:
1313

1414
```
15-
react-native init [ProjectName] --template basic
15+
react-native init [ProjectName] --template basic-app
1616
```
1717

1818
Wait for download dependencies. At finish run:

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
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+
]
2020
}

0 commit comments

Comments
 (0)