Skip to content

Commit

Permalink
upgrade react-native-screens to 4.4.0-rc.1
Browse files Browse the repository at this point in the history
Since we need this fix which is included in 4.4.0-rc.0 for web to work:

software-mansion/react-native-screens#2535
  • Loading branch information
zetavg committed Dec 17, 2024
1 parent f6468a6 commit 26c1c1e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-native": "0.76.4",
"react-native-reanimated": "~3.16.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "4.3.0",
"react-native-screens": "4.4.0-rc.1",
"react-native-svg": "15.8.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.120.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/one-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-native": "0.76.4",
"react-native-reanimated": "~3.16.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "4.3.0",
"react-native-screens": "4.4.0-rc.1",
"react-native-web": "^0.19.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/one-recommended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-native": "0.76.4",
"react-native-reanimated": "~3.16.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "4.3.0",
"react-native-screens": "4.4.0-rc.1",
"react-native-svg": "15.8.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.120.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/one-tamagui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-native": "0.76.4",
"react-native-reanimated": "~3.16.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "4.3.0",
"react-native-screens": "4.4.0-rc.1",
"react-native-svg": "15.8.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.120.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/testflight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-native": "0.76.4",
"react-native-reanimated": "~3.16.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "4.3.0",
"react-native-screens": "4.4.0-rc.1",
"react-native-svg": "15.8.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.120.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/one/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"react-dom": "^18",
"react-native-gesture-handler": "^2.18.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "4.3.0",
"react-native-screens": "4.4.0-rc.1",
"rollup-plugin-node-externals": "^7.1.2",
"url-parse": "^1.5.10",
"vite": "6.0.0-beta.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/test-use-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.3.1",
"react-native": "0.74.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "4.3.0",
"react-native-screens": "4.4.0-rc.1",
"react-native-web": "^0.19.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-native": "0.76.4",
"react-native-reanimated": "~3.16.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "4.3.0",
"react-native-screens": "4.4.0-rc.1",
"react-native-svg": "15.8.0",
"react-native-web": "^0.19.12",
"tamagui": "^1.120.1"
Expand Down

0 comments on commit 26c1c1e

Please sign in to comment.