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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"lodash": "^4.17.21",
"react": "18.3.1",
"react-hook-form": "^7.52.1",
"react-native": "0.76.9",
"react-native": "0.81.0",

Choose a reason for hiding this comment

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

P1 Badge Keep React Native aligned with Expo SDK 52

Expo SDK 52 is built and published against React Native 0.76.x; bumping react-native to 0.81.0 while keeping expo at ~52.0.46 will cause peer-dependency resolution failures (and native build incompatibilities) during pnpm install/expo prebuild, because the Expo packages still require 0.76.x. Please keep React Native at the SDK-supported version or upgrade the entire Expo SDK to a release that supports 0.81.x.

Useful? React with 👍 / 👎.

Choose a reason for hiding this comment

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

P1 Badge Update pnpm-lock after React Native version bump

Changing react-native to 0.81.0 without regenerating pnpm-lock.yaml leaves the lockfile pinned to 0.76.9; any CI run using pnpm install --frozen-lockfile will now fail because the lockfile no longer matches package.json, and even unfrozen installs will continue to resolve the older version. Regenerate the pnpm lockfile so installs pick up the new React Native release.

Useful? React with 👍 / 👎.

"react-native-audio-recorder-player": "^3.6.11",
"react-native-autoheight-webview": "^1.6.5",
"react-native-device-info": "^11.1.0",
Expand Down