Skip to content

Commit 085337e

Browse files
Merge branch 'expo' into kw-add-expo-modules
2 parents d43b172 + a48c9b5 commit 085337e

File tree

5 files changed

+504
-471
lines changed

5 files changed

+504
-471
lines changed

.github/workflows/e2e.yml

+2-2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"metro": "0.76",
9898
"prettier": "^2.0.5",
9999
"react": "18.2.0",
100-
"react-native": "0.73.0",
100+
"react-native": "0.73.2",
101101
"replace-in-file": "^7.0.1",
102102
"rimraf": "^4.1.1",
103103
"ts-jest": "^29.1.1",

samples/react-native/package.json

+1-1
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)