Skip to content

Commit 3c68fc5

Browse files
chore(rn): Update repository to RN 0.73.2 (#3503)
1 parent 9f2ce14 commit 3c68fc5

File tree

5 files changed

+512
-458
lines changed

5 files changed

+512
-458
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
strategy:
149149
fail-fast: false # keeps matrix running if one fails
150150
matrix:
151-
rn-version: ['0.65.3', '0.73.0']
151+
rn-version: ['0.65.3', '0.73.2']
152152
rn-architecture: ['legacy', 'new']
153153
platform: ['android', 'ios']
154154
build-type: ['dev', 'production']
@@ -391,7 +391,7 @@ jobs:
391391
strategy:
392392
fail-fast: false # keeps matrix running if one fails
393393
matrix:
394-
rn-version: ['0.65.3', '0.73.0']
394+
rn-version: ['0.65.3', '0.73.2']
395395
rn-architecture: ['legacy', 'new']
396396
platform: ['android', 'ios']
397397
build-type: ['production']

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"metro": "0.76",
8888
"prettier": "^2.0.5",
8989
"react": "18.2.0",
90-
"react-native": "0.73.0",
90+
"react-native": "0.73.2",
9191
"replace-in-file": "^7.0.1",
9292
"rimraf": "^4.1.1",
9393
"ts-jest": "^29.1.1",

samples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@react-navigation/native": "^6.1.9",
2121
"@react-navigation/stack": "^6.3.20",
2222
"react": "18.2.0",
23-
"react-native": "0.73.0",
23+
"react-native": "0.73.2",
2424
"react-native-gesture-handler": "^2.14.0",
2525
"react-native-safe-area-context": "4.8.0",
2626
"react-native-screens": "3.29.0",

0 commit comments

Comments
 (0)