Eric Rozell

Results 89 issues of Eric Rozell

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why As described in #10132, controlled text updates from...

Area: TextInput

### Summary It feels like over time, XamlUIService has become a bit of a dumping ground for various APIs. 1. It was originally created in https://github.com/microsoft/react-native-windows/commit/2809c9a14a68cdbaa4b735b189197b5692af0d53 to handle looking up...

Needs: Dev Design
enhancement
Agenda
Partner: Facebook
Workstream: Component Parity

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why Yoga does not recurse layout beyond a node that...

Area: Layout

### Problem Description If a view gets focus between `onKeyDown` and `onKeyUp`, Pressability will fire the `onPress` callback. This violates the contract / transition states of Pressability, as it's the...

bug
Area: Keyboard
Area: Focus
Partner: Facebook

### Problem Description In the NativeAnimatedModule, `Animated.diffClamp` is implemented as a simple clamp on the value. This is not the intent of the `Animated.diffClamp` node. `Animated.diffClamp` should add the difference...

bug
Area: Animation
Partner: Facebook

### Problem Description There are at least two callsites that assume that the XamlRoot Size or the ActualSize of the XamlRoot::Content matches the size of the XAML Islands HWND: -...

Needs: Dev Design
enhancement
Partner: Facebook
Area: Islands

## Actual behavior Run (from buck root) something like `echo "print label|foo/bar/baz:qux" | buildozer.exe` Outputs is: ``` //foo\bar\baz:qux ``` Run it with a `//` qualified path: `echo "print label|//foo/bar/baz:qux" |...

## Description ### What In order to minimize the delta between platform override files in react-native-windows and upstream facebook/react-native files, switch to prettier-plugin-hermes-parser. The same change was made in https://github.com/facebook/react-native/commit/dc2037c0f1c06fe2a176ea48c6f255d10fa9e4b7...

### Why Makes a few minor adjustments to Flyout.js and FlyoutNativeComponents.js to satisfy a few stricter flow and lint checks. ## Changelog Should this change be included in the release...

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why For react-native-windows apps that bypass the JsiAbiApi when initializing...