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

Updating react-native to 0.70.15 #23279

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Updating react-native to 0.70.15 #23279

wants to merge 6 commits into from

Conversation

jchen351
Copy link
Contributor

@jchen351 jchen351 commented Jan 7, 2025

Description

Updating react-native to 0.70.15

Motivation and Context

To address the issue with the failed checksum after boost switching URL from Jfrog

@@ -10,7 +10,7 @@
},
"dependencies": {
"react": "^18.1.0",
"react-native": "^0.69.1",
"react-native": "0.70.15",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should these updates have a ^ prefix like the existing entries?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

If we don't have the '^' does that mean you have to have exactly 0.70.15 installed? Is that overly restrictive on a developer or required because a later version may not work?

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