Skip to content

Add UIBatchingQueue to bridgeless mode #12812

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

Merged
merged 11 commits into from
Mar 11, 2024
Merged

Conversation

acoates-ms
Copy link
Contributor

@acoates-ms acoates-ms commented Mar 7, 2024

Description

Prior to this, there was no UIBatchingQueue being created when in bridgeless mode, which would cause the animation module to crash when used.

Updated snapshots to account for the layout conformance property which works correctly in bridgeless mode

Fixed an issue if you set a ReactViewHost on a CompositionRootView before the ReactHost was loaded

Fixed an issue in the Bridgeless timing module that was causing all timers to immediately fire

Moved some of the JS runtime initialization in bridgeless to be run on the JS thread synchronously to align with how we init it in bridge mode.

Fixed an issue where we wouldn't start the HMRClient in bridgeless mode

Fixed an issue where calls to JSFunctions hit during initialization may not get triggered when the runtime completed its initialization.

Resolves #12810

@acoates-ms acoates-ms requested a review from a team as a code owner March 7, 2024 21:27
@jonthysell jonthysell added this to the 0.74 milestone Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

An implementation of a batching ui queue for bridgeless need to be implemented
2 participants