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
31
31
32
32
### Usage with older versions of React Native
33
33
34
- #### e.g. ` react-native@0.66 .x `
34
+ #### e.g. ` react-native@0.67 .x `
35
35
36
36
``` 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 .*
38
38
```
39
39
40
40
See 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.
43
43
44
44
| React Native | Template |
45
45
| ------------ | -------- |
46
+ | 0.68 | 6.10.\* |
46
47
| 0.67 | 6.9.\* |
47
48
| 0.66 | 6.8.\* |
48
49
| 0.65 | 6.7.\* |
Original file line number Diff line number Diff line change 45
45
public_suffix (~> 4.0 )
46
46
typhoeus (~> 1.0 )
47
47
cocoapods-deintegrate (1.0.5 )
48
- cocoapods-downloader (1.6.1 )
48
+ cocoapods-downloader (1.6.2 )
49
49
cocoapods-plugins (1.0.0 )
50
50
nap
51
51
cocoapods-search (1.0.1 )
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"react" : " 17.0.2" ,
14
- "react-native" : " 0.68.0-rc.4 "
14
+ "react-native" : " 0.68.0"
15
15
},
16
16
"devDependencies" : {
17
17
"@babel/core" : " ^7.12.9" ,
You can’t perform that action at this time.
0 commit comments