Skip to content

Commit 2eba372

Browse files
authored
Upgrade README and eslint-config (#129)
1 parent 76abfd1 commit 2eba372

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,18 @@ There seems to be quite some confusion about the legacy CLI. This template only
3030

3131
Further information can be found here: https://github.com/react-native-community/cli#about
3232

33-
### `react-native@0.61.0` or higher
33+
### `react-native@0.62.0` or higher
3434

3535
```sh
3636
npx react-native init MyApp --template react-native-template-typescript
3737
```
3838

39+
40+
41+
```sh
42+
npx react-native init MyApp --template [email protected]
43+
```
44+
3945
4046

4147
```sh

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@babel/core": "^7.6.2",
1818
"@babel/runtime": "^7.6.2",
19-
"@react-native-community/eslint-config": "^0.0.7",
19+
"@react-native-community/eslint-config": "^1.0.0",
2020
"@types/jest": "^24.0.24",
2121
"@types/react-native": "^0.62.0",
2222
"@types/react-test-renderer": "16.9.2",

0 commit comments

Comments
 (0)