[MOO-2205] Update RN version to 0.78.2#160
Open
NikolaSimsic wants to merge 3 commits intomendix:masterfrom
Open
[MOO-2205] Update RN version to 0.78.2#160NikolaSimsic wants to merge 3 commits intomendix:masterfrom
NikolaSimsic wants to merge 3 commits intomendix:masterfrom
Conversation
...rator-widget/generators/app/templates/packages/__tests__/outputs/package_native.json-ts.json
Outdated
Show resolved
Hide resolved
LEGIO-SEXTA-FERRATA
requested changes
Feb 4, 2026
Contributor
LEGIO-SEXTA-FERRATA
left a comment
There was a problem hiding this comment.
First round of review is done. 👍
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react-native": "~0.77.3" | ||
| "react-native": "0.78.2" |
Contributor
There was a problem hiding this comment.
We can add the tilde (~) for the new version as well.
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react-native": "~0.77.3", | ||
| "react-native": "0.78.2", |
Contributor
There was a problem hiding this comment.
Same thing with the package.json, we can prefix the new version with a tilde.
| - We migrated to pnpm as our package manager. Users of the widgets tools should be able to continue using their package manager of choice. | ||
|
|
||
| - We updated React Native to version 0.77.3 to align with the Native Widgets project requirements. | ||
| - We updated React Native to version 0.78.2 to align with the Native Widgets project requirements. |
Contributor
There was a problem hiding this comment.
Instead of changing the existing changelog entry, we should add a new one to the unreleased part.
| ### Changed | ||
|
|
||
| - We upgraded React Native to version 0.77.3 for generated widgets. | ||
| - We upgraded React Native to version 0.78.2 for generated widgets. |
Contributor
There was a problem hiding this comment.
Same thing with the CHANGELOG.md for PWT, we should add a new entry instead of changing an existing one.
Comment on lines
+67
to
+71
| // Auto-accept in non-interactive environments (CI, automated tests) | ||
| if (!process.stdin.isTTY || process.env.CI || process.env.NO_INPUT) { | ||
| console.log(yellow(question) + "Y (auto-accepted in non-interactive mode)"); | ||
| return "y"; | ||
| } |
Contributor
There was a problem hiding this comment.
Do we need this part?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ Web TypeScript (8.0, 8.6, 8.9, latest) - full & empty
✅ Web JavaScript (8.7, latest) - full & empty
✅ Native TypeScript (8.6, 8.9, latest) - full & empty
✅ Native JavaScript (latest) - full & empty
Every test passed including:
Widget generation
Build commands
Release commands
Dependencies files
npm start (watch mode)
Native dependency management