React Native: The build script is updated to ensure that the correct versions of React Native's renderers are set, enhancing compatibility and performance.
Improvements
Performance: The enableEagerAlternateStateNodeCleanup feature flag is now enabled for all variants, improving memory management by cleaning up shadow nodes more efficiently.
DevTools: The source location retrieval for the 'View source for this element' feature is improved, providing more accurate debugging information.
Fixes
Fix the naming of the bottom stack frame to ensure it displays correctly in the debugging tools, enhancing clarity for developers.
Others
Manually trigger the runtime build and test action, allowing for more flexible testing processes.