Skip to content

Sdkupdate#41

Open
AdityaK2905 wants to merge 7 commits intomainfrom
sdkupdate
Open

Sdkupdate#41
AdityaK2905 wants to merge 7 commits intomainfrom
sdkupdate

Conversation

@AdityaK2905
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the app to a newer Expo/RN SDK baseline and introduces EAS build configuration to support the upgraded toolchain.

Changes:

  • Upgraded Expo SDK / React Native / React and related dependencies (including react-native-webview).
  • Added EAS configuration (eas.json) and wired EAS project metadata into app.config.js.
  • Updated Babel configuration to include expo-router and react-native-reanimated plugins.

Reviewed changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
patches/react-native-webview+13.12.5.patch Adds a patch-package style patch targeting react-native-webview files in node_modules.
package.json Bumps Expo/RN/React ecosystem dependencies and dev tooling versions.
eas.json Introduces EAS CLI/build/submit profiles.
babel.config.js Updates Babel plugins for expo-router and Reanimated (with required ordering).
app.config.js Adds extra.eas.projectId for EAS project association.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

AdityaK2905 and others added 3 commits March 24, 2026 01:28
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 7 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 73 to +83
"@types/d3-shape": "^3.1.7",
"@types/jest": "^29.5.12",
"@types/react": "~19.0.10",
"@types/react-native": "^0.73.0",
"@types/react": "~19.1.10",
"@types/react-test-renderer": "^18.3.0",
"jest": "~29.7.0",
"jest-expo": "^53.0.0",
"jest-expo": "~54.0.17",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"react-native-svg-transformer": "^1.5.1",
"react-test-renderer": "18.3.1",
"typescript": "~5.8.3"
"typescript": "~5.9.2"
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

react-test-renderer and @types/react-test-renderer are still on React 18 while react/react-dom were upgraded to 19.1.0. This version mismatch commonly breaks Jest snapshots/rendering and TypeScript typings; align these packages to the same major/minor as React 19 (or adjust React back) to avoid runtime/test/type inconsistencies.

Copilot uses AI. Check for mistakes.
Comment on lines 65 to +68
"react-native-view-overflow": "^0.0.5",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"react-native-web": "~0.21.0",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

react-native-webview was bumped to 13.15.0, but the repo still contains patches/react-native-webview+13.12.5.patch (currently empty). If patching is still required, the patch should be regenerated/renamed for the new version and a postinstall hook + patch-package dependency should exist; otherwise, remove the stale patch file to avoid confusion and potential install-time patch failures if patch-package is reintroduced.

Copilot uses AI. Check for mistakes.
@AdityaK2905 AdityaK2905 self-assigned this Apr 2, 2026
@AdityaK2905 AdityaK2905 requested a review from Patle1234 April 2, 2026 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants