Skip to content

Commit

Permalink
chore(rn): Update repository to RN 0.73.2 (#3503)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Jan 9, 2024
1 parent 9f2ce14 commit 3c68fc5
Show file tree
Hide file tree
Showing 5 changed files with 512 additions and 458 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ['0.65.3', '0.73.0']
rn-version: ['0.65.3', '0.73.2']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['dev', 'production']
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ['0.65.3', '0.73.0']
rn-version: ['0.65.3', '0.73.2']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['production']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"metro": "0.76",
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "0.73.0",
"react-native": "0.73.2",
"replace-in-file": "^7.0.1",
"rimraf": "^4.1.1",
"ts-jest": "^29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion samples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"react": "18.2.0",
"react-native": "0.73.0",
"react-native": "0.73.2",
"react-native-gesture-handler": "^2.14.0",
"react-native-safe-area-context": "4.8.0",
"react-native-screens": "3.29.0",
Expand Down
Loading

0 comments on commit 3c68fc5

Please sign in to comment.