Describe the bug
When using Expo SDK 54, the installed dependency of expo-web-browser is 15.x.
The package.json currently states
"expo-web-browser": "^14.0.2",
as a peer dependency.
Expected behavior
Peer dependency bumped to match last release of Expo SDK.
How to reproduce?
Create fresh project with Expo SDK 54. Call pm i @logto/rn.
Environment
Self-hosted (Docker image)
Screenshots
No response