Eric Rozell
Eric Rozell
Summary: The removed code was moved to LogBoxInspectorContainer, and is not referenced inside the LogBoxStateSubscription component. ## Changelog [Internal] Differential Revision: D57168569
## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why Rather than creating a CallInvoker that posts to...
Summary: In the old architecture, Android coalesced onLayout events, ensuring that when the JS thread was busy, intermediate onLayout results were ignored. This adds a gated feature to do the...
Summary: In the old architecture, Android coalesced onLayout events, ensuring that when the JS thread was busy, intermediate onLayout results were ignored. This adds a feature flag to experiment with...
### Problem Description From the RN docs: **isScreenReaderEnabled()** > Query whether a screen reader is currently enabled. Returns a promise which resolves to a boolean. The result is true when...
Summary: While we certainly can check the order of content container children in a scroll view to determine if a list is in reverse order, this doesn't tell us definitively...
Summary: We have a special case for treating horizontal RTL lists differently. This change adds similar functionality for capturing the correct virtualized list cell metrics when a list items children...
Summary: The existing `maintainVisibleContentPosition` implementation assumes top-to-bottom layout on iOS. It selected the fixed position item as the first child in the scroll content container whose offset was larger than...
Summary: Profiling in a test app with many undefined lengths shows this saves roughly 33% of time spent in Yoga. ## Changelog [General][Fixed] Reduce amount of time spent in Yoga...