Eric Rozell

Results 89 issues of Eric Rozell

Summary: The removed code was moved to LogBoxInspectorContainer, and is not referenced inside the LogBoxStateSubscription component. ## Changelog [Internal] Differential Revision: D57168569

CLA Signed
p: Facebook
Partner
fb-exported

## 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...

Needs: Attention :wave:

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...

CLA Signed
p: Facebook
Partner
fb-exported

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...

CLA Signed
p: Facebook
Partner
fb-exported

### 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...

bug
Area: Accessibility
Partner: Facebook
Recommend: Not Planned

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...

CLA Signed
p: Facebook
Partner
fb-exported

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...

CLA Signed
p: Facebook
Partner
fb-exported

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...

CLA Signed
p: Facebook
Partner
fb-exported

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...

CLA Signed
fb-exported