chore(deps): update React Native to v0.85.3 #5987
Draft
@sentry/warden / warden: code-review
completed
May 22, 2026 in 1m 19s
1 issue
code-review: Found 1 issue (1 low)
Low
engines.node still `>=18` in TestAppPlain after bumping react-native to 0.85.3 - `performance-tests/TestAppSentry/package.json:14`
This PR bumps react-native to 0.85.3 in performance-tests/TestAppPlain/package.json, but the engines.node constraint is still ">=18". React Native v0.84.0 raised the minimum Node.js version to v22.11 (per the changelog in the PR description). For consistency with samples/react-native/package.json — which is updated in the same PR to "node": ">=22.11.0" — consider bumping the engines field here as well so the declared Node requirement matches what RN 0.85 actually supports.
⏱ 54.3s · 70.5k in / 6.6k out · $0.44
Loading