Clean up feature flag to disable event loop on bridgeless#48851
Closed
rubennorte wants to merge 1 commit intofacebook:mainfrom
Closed
Clean up feature flag to disable event loop on bridgeless#48851rubennorte wants to merge 1 commit intofacebook:mainfrom
rubennorte wants to merge 1 commit intofacebook:mainfrom
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D68270102 |
…8851) Summary: Changelog: [internal] Remove the feature flag to disable the event loop on bridgeless, as we no longer have a use case for it. From now on, we can be 100% certain that Bridgeless == Event Loop! Reviewed By: sammy-SC Differential Revision: D68270102
0aaf974 to
fd71840
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D68270102 |
Contributor
|
This pull request has been merged in 0883207. |
Collaborator
|
This pull request was successfully merged by @rubennorte in 0883207 When will my fix make it into a release? | How to file a pick request? |
This was referenced Jan 27, 2025
Merged
CarSmallGuo
pushed a commit
to CarSmallGuo/ohos_react_native_new
that referenced
this pull request
Mar 25, 2026
Co-authored-by: Patryk Fryda<patryk.fryda@swmansion.com>
# message auto-generated for no-merge-commit merge:
!1768 merge 0.79-dev into 0.82
Update react-native to 0.79.5
Created-by: pafry
Commit-by: Patryk Fryda
Merged-by: huangyouhua
Description: ## Why are these changes being made?
There is ongoing effort to update react-native and RNOH to 0.82. This is the second step.
**This PR should be merged to the new 0.82 branch.**
## Notable react-native changes:
- facebook/react-native#49284 - react_render_debug -> react_renderer_debug
- facebook/react-native#49465 - enableFixForViewCommandRace flag removed
- facebook/react-native#48851 - disableEventLoopOnBridgeless flag removed
- facebook/react-native#48836 - hermes sampling profiling
- facebook/react-native#49284 - CMake "react_render_" to "react_renderer_"
- migration to export syntax in packages/react-native/index.js
## Other changes:
- fixed `getIntenalViewConfig` typo,
- bumped hermes and react-native
## Changelog
- updated react-native to 0.79.5
## Test Plan
- launch tester app,
- run sequential and concurrent tests
## Checklist
- [x] `pnpm verify` command has passed successfully.
- [x] No failures occurred in automatic tests on the `CONCURRENT TESTER` page in the tester app.
- [x] No failures occurred in automatic tests on the `SEQUENTIAL TESTER` page in the tester app.
- [x] MR does not include a breaking change or a review has been requested from a Huawei reviewer.
See merge request: openharmony-sig/ohos_react_native!1768
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.
Summary:
Changelog: [internal]
Remove the feature flag to disable the event loop on bridgeless, as we no longer have a use case for it. From now on, we can be 100% certain that Bridgeless == Event Loop!
Reviewed By: sammy-SC
Differential Revision: D68270102