Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
"expo-modules-core": ">=3.0.0",
"expo-secure-store": ">=12.4.0",
"expo-web-browser": ">=12.5.0",
"react": "catalog:peer-react",
"react-dom": "catalog:peer-react",
"react": "^18.0.0 || ~19.0.0 || ~19.1.0 || ~19.2.0 || ~19.3.0-0",
"react-dom": "^18.0.0 || ~19.0.0 || ~19.1.0 || ~19.2.0 || ~19.3.0-0",
Comment on lines +121 to +122
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If all react@19 versions are safe for expo, we can just do

Suggested change
"react": "^18.0.0 || ~19.0.0 || ~19.1.0 || ~19.2.0 || ~19.3.0-0",
"react-dom": "^18.0.0 || ~19.0.0 || ~19.1.0 || ~19.2.0 || ~19.3.0-0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",

"react-native": ">=0.73"
},
"peerDependenciesMeta": {
Expand Down
Loading