File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ npx react-native init MyApp --template react-native-template-typescript
3131
3232### Usage with older versions of React Native
3333
34- #### e.g. ` react-native@0.66 .x `
34+ #### e.g. ` react-native@0.67 .x `
3535
3636``` sh
37- npx react-native init MyApp --template react-native-template-typescript@6.8 .*
37+ npx react-native init MyApp --template react-native-template-typescript@6.9 .*
3838```
3939
4040See the below table to find out which version of the template to use.
@@ -43,6 +43,7 @@ See the below table to find out which version of the template to use.
4343
4444| React Native | Template |
4545| ------------ | -------- |
46+ | 0.68 | 6.10.\* |
4647| 0.67 | 6.9.\* |
4748| 0.66 | 6.8.\* |
4849| 0.65 | 6.7.\* |
Original file line number Diff line number Diff line change 4545 public_suffix (~> 4.0 )
4646 typhoeus (~> 1.0 )
4747 cocoapods-deintegrate (1.0.5 )
48- cocoapods-downloader (1.6.1 )
48+ cocoapods-downloader (1.6.2 )
4949 cocoapods-plugins (1.0.0 )
5050 nap
5151 cocoapods-search (1.0.1 )
Original file line number Diff line number Diff line change 1111 },
1212 "dependencies" : {
1313 "react" : " 17.0.2" ,
14- "react-native" : " 0.68.0-rc.4 "
14+ "react-native" : " 0.68.0"
1515 },
1616 "devDependencies" : {
1717 "@babel/core" : " ^7.12.9" ,
You can’t perform that action at this time.
0 commit comments