Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bumps sample app to RN 0.76.0 #4207

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

antonis
Copy link
Collaborator

@antonis antonis commented Oct 25, 2024

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Bumps sample app to RN 0.76.0

Refs:

⚠️ Currently the CI fails due to the commit dependency of react-native-safe-area-context. This seems to be a Yarn issue and should be solved with the next release of https://github.com/th3rdwave/react-native-safe-area-context

react-native-safe-area-context@https://github.com/th3rdwave/react-native-safe-area-context.git#commit=91c426216c18b10558319f8f02383392100b6740: The remote archive doesn't match the expected checksum

💡 Motivation and Context

RN 0.76.0 release

💚 How did you test it?

TODO, CI

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled
  • All tests passing
  • No breaking changes

🔮 Next steps

#skip-changelog

@@ -6,7 +6,7 @@
"postinstall": "patch-package",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start --experimental-debugger",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This option has been removed with facebook/react-native#46231

"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "latest",
Copy link
Collaborator Author

@antonis antonis Oct 25, 2024

Choose a reason for hiding this comment

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

"react-native": "0.76.0",
"react-native-gesture-handler": "^2.20.2",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "https://github.com/th3rdwave/react-native-safe-area-context.git#91c426216c18b10558319f8f02383392100b6740",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This commit which has not been released yet is needed for 0.76.0

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.

1 participant