Add support for event information in React scheduler tracks in React Native#35947
Merged
rubennorte merged 1 commit intofacebook:mainfrom Mar 3, 2026
Merged
Conversation
|
Comparing: aac12ce...c57069b Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
bfdedc1 to
627fa8f
Compare
hoxyq
approved these changes
Mar 3, 2026
Contributor
hoxyq
left a comment
There was a problem hiding this comment.
Looks great, please fix the ESLint violation and run yarn prettier-all.
627fa8f to
c57069b
Compare
github-actions bot
pushed a commit
that referenced
this pull request
Mar 3, 2026
…Native (#35947) ## Summary This defines the same fiber configuration for RN as used in DOM, so we can expose event timing information in the React scheduler tracks in performance traces. This was unblocked by #35913 and #35912. ## How did you test this change? Manually compiled the renderer and tested e2e in FB infra: <img width="1217" height="161" alt="Screenshot 2026-03-03 at 10 10 44" src="https://github.com/user-attachments/assets/6ca1512e-dcaf-49cf-8da9-1c6ae554733a" /> DiffTrain build for [4cc5b7a](4cc5b7a)
github-actions bot
pushed a commit
to code/lib-react
that referenced
this pull request
Mar 7, 2026
…Native (facebook#35947) ## Summary This defines the same fiber configuration for RN as used in DOM, so we can expose event timing information in the React scheduler tracks in performance traces. This was unblocked by facebook#35913 and facebook#35912. ## How did you test this change? Manually compiled the renderer and tested e2e in FB infra: <img width="1217" height="161" alt="Screenshot 2026-03-03 at 10 10 44" src="https://github.com/user-attachments/assets/6ca1512e-dcaf-49cf-8da9-1c6ae554733a" /> DiffTrain build for [4cc5b7a](facebook@4cc5b7a)
github-actions bot
pushed a commit
to code/lib-react
that referenced
this pull request
Mar 7, 2026
…Native (facebook#35947) ## Summary This defines the same fiber configuration for RN as used in DOM, so we can expose event timing information in the React scheduler tracks in performance traces. This was unblocked by facebook#35913 and facebook#35912. ## How did you test this change? Manually compiled the renderer and tested e2e in FB infra: <img width="1217" height="161" alt="Screenshot 2026-03-03 at 10 10 44" src="https://github.com/user-attachments/assets/6ca1512e-dcaf-49cf-8da9-1c6ae554733a" /> DiffTrain build for [4cc5b7a](facebook@4cc5b7a)
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
This defines the same fiber configuration for RN as used in DOM, so we can expose event timing information in the React scheduler tracks in performance traces.
This was unblocked by #35913 and #35912.
How did you test this change?
Manually compiled the renderer and tested e2e in FB infra:
