Commit 4cc5b7a
authored
Add support for event information in React scheduler tracks in React 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"
/>1 parent aac12ce commit 4cc5b7a
File tree
1 file changed
+37
-3
lines changed- packages/react-native-renderer/src
1 file changed
+37
-3
lines changedLines changed: 37 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
426 | 458 | | |
427 | 459 | | |
428 | | - | |
| 460 | + | |
| 461 | + | |
429 | 462 | | |
430 | 463 | | |
431 | 464 | | |
432 | | - | |
| 465 | + | |
| 466 | + | |
433 | 467 | | |
434 | 468 | | |
435 | 469 | | |
| |||
0 commit comments