File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,18 @@ There seems to be quite some confusion about the legacy CLI. This template only
3030
3131Further 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
3636npx react-native init MyApp --template react-native-template-typescript
3737```
3838
39+ ### ` react-native@0.61.x `
40+
41+ ``` sh
42+ npx react-native init MyApp --template react-native-template-typescript@6.3.16
43+ ```
44+
3945### ` react-native@0.60.x `
4046
4147``` sh
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments