react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

A framework for building native Windows apps with React.

Results 364 react-native-windows issues
Sort by recently updated
recently updated
newest added

### Problem Description In #6220, we switched the NativeUIManager to xaml::FocusState::Keyboard for `UIManager.focus` calls. This is not desirable. xaml::FocusState::Keyboard should only be used when the user actually intends to focus...

bug
Area: Accessibility
Area: Focus
Partner: Facebook

### Steps to Reproduce Create a view with a child that has a negative margin: ``` ``` ### Expected Behavior In this case, there is a border around the parent...

bug
Area: Borders and Brushes
Area: Layout
Partner: Stream

In multi-window XAML Islands apps that share a single UI thread for each window, focusing a view on a blurred window causes that window to get focus. Generally speaking, focusing...

Area: Focus

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why Currently, apps with package identity default to using Windows.Storage...

### Problem Description CompactValue.h is being forked to avoid undefined behavior when compiling with VC++ when using `/fp:precise` (we previously worked around the bad codegen by using `/fp:strict`, but in...

bug
Deforking

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why There are two cases where a flyout may...

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why In #8392, we added logic to skip HTTP...

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why The DynamicAutomationPeer.h header is in the parent `Views`...

## Description Port #8676 to 0.68 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/react-native-windows/pull/10069)

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why Clang doesn't like attempting to override the virtual...