Skip to content

Commit bf8a2bb

Browse files
committed
feat: update to 0.68.0 stable
1 parent 71e96c9 commit bf8a2bb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4040
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.
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.\* |

template/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GEM
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)

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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",

0 commit comments

Comments
 (0)