Skip to content

Commit

Permalink
Merge e1ae895 into f93cfbe
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 21, 2023
2 parents f93cfbe + e1ae895 commit a085a82
Show file tree
Hide file tree
Showing 5 changed files with 355 additions and 363 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.71.3']
rn-version: ['0.65.3', '0.71.11']
rn-architecture: ['legacy', 'new']
platform: ['android', 'ios']
build-type: ['dev', 'production']
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
strategy:
fail-fast: false # keeps matrix running if one fails
matrix:
rn-version: ['0.65.3', '0.71.3']
rn-version: ['0.65.3', '0.71.11']
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 @@ -80,7 +80,7 @@
"jest-environment-jsdom": "^29.4.1",
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "0.71.7",
"react-native": "0.71.11",
"replace-in-file": "^6.0.0",
"rimraf": "^4.1.1",
"ts-jest": "^29.0.5",
Expand Down
6 changes: 3 additions & 3 deletions sample-new-architecture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@react-navigation/native": "^6.1.2",
"@react-navigation/stack": "^6.3.11",
"react": "18.2.0",
"react-native": "0.71.6",
"react-native": "0.71.11",
"react-native-gesture-handler": "^2.9.0",
"react-native-safe-area-context": "^4.5.1",
"react-native-screens": "^3.19.0",
Expand All @@ -29,7 +29,7 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.0.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react-test-renderer": "^18.0.0",
Expand All @@ -41,7 +41,7 @@
"eslint-plugin-ft-flow": "^2.0.3",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "^0.73.7",
"metro-react-native-babel-preset": "^0.73.10",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
Expand Down
Loading

0 comments on commit a085a82

Please sign in to comment.