-
Notifications
You must be signed in to change notification settings - Fork 212
Update NativeModuleSample with 0.80.0 #1062
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
Update NativeModuleSample with 0.80.0 #1062
Conversation
|
/azp run |
1 similar comment
|
/azp run |
| "@react-native/eslint-config": "0.80.0", | ||
| "@types/jest": "^29.5.5", | ||
| "@types/react": "^19.0.0", | ||
| "@types/react": "19.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'll want to keep the '^' here. This will allow new minor versions of react to be installed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chiaramooney made the change in latest commit.
|
LGTM, now we just need to test with preview 2 and stable then can merge this PR |
...leSample/cpp-lib/example/windows/NativeModuleSampleExample/NativeModuleSampleExample.vcxproj
Outdated
Show resolved
Hide resolved
...leSample/cpp-lib/example/windows/NativeModuleSampleExample/NativeModuleSampleExample.vcxproj
Outdated
Show resolved
Hide resolved
samples/NativeModuleSample/cpp-lib/windows/NativeModuleSample/NativeModuleSample.vcxproj
Outdated
Show resolved
Hide resolved
samples/NativeModuleSample/cpp-lib/windows/NativeModuleSample/NativeModuleSample.vcxproj
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These hardcoded PacakgeReferences should never have been added into this file. Who knows what conflicts it will cause.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets take this up in a separate issue @HariniMalothu17 please create issue on the same!
Description
Updated NativeModuleSample for 0.80.0 release
Why
Update NativeModuleSample with 0.80.0-preview.1
Resolves [#14994]
Screenshots
Add any relevant screen captures here from before or after your changes.
Microsoft Reviewers: Open in CodeFlow