Skip to content

Commit e1ae895

Browse files
Update RN in e2e tests and sample app
1 parent 65df1ba commit e1ae895

File tree

3 files changed

+180
-206
lines changed

3 files changed

+180
-206
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.71.3']
151+
rn-version: ['0.65.3', '0.71.11']
152152
rn-architecture: ['legacy', 'new']
153153
platform: ['android', 'ios']
154154
build-type: ['dev', 'production']
@@ -344,7 +344,7 @@ jobs:
344344
strategy:
345345
fail-fast: false # keeps matrix running if one fails
346346
matrix:
347-
rn-version: ['0.65.3', '0.71.3']
347+
rn-version: ['0.65.3', '0.71.11']
348348
rn-architecture: ['legacy', 'new']
349349
platform: ['android', 'ios']
350350
build-type: ['production']

sample-new-architecture/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@react-navigation/native": "^6.1.2",
1919
"@react-navigation/stack": "^6.3.11",
2020
"react": "18.2.0",
21-
"react-native": "0.71.6",
21+
"react-native": "0.71.11",
2222
"react-native-gesture-handler": "^2.9.0",
2323
"react-native-safe-area-context": "^4.5.1",
2424
"react-native-screens": "^3.19.0",
@@ -29,7 +29,7 @@
2929
"@babel/core": "^7.20.0",
3030
"@babel/preset-env": "^7.20.0",
3131
"@babel/runtime": "^7.20.0",
32-
"@react-native-community/eslint-config": "^3.0.0",
32+
"@react-native-community/eslint-config": "^3.2.0",
3333
"@tsconfig/react-native": "^2.0.2",
3434
"@types/jest": "^29.2.1",
3535
"@types/react-test-renderer": "^18.0.0",
@@ -41,7 +41,7 @@
4141
"eslint-plugin-ft-flow": "^2.0.3",
4242
"eslint-plugin-jest": "^27.2.1",
4343
"jest": "^29.2.1",
44-
"metro-react-native-babel-preset": "^0.73.7",
44+
"metro-react-native-babel-preset": "^0.73.10",
4545
"prettier": "^2.4.1",
4646
"react-test-renderer": "18.2.0",
4747
"typescript": "4.8.4"

0 commit comments

Comments
 (0)