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

This item tracks all the work necessary to build a new simpler path for creating new RNW projects, with a primary focus of enabling the React Native New Architecture and...

enhancement
Documentation
Developer First Experience
Deliverable
Area: Developer Experience
New Architecture

Publicly available sample applications which demonstrate how to set up and use a React Native Windows Fabric Island in a Win32 host window. This also includes all requisite companion documentation....

enhancement
Area: Samples
Deliverable
Area: Fabric
Area: Islands
New Architecture

The basic infrastructure and APIs so app developers can create a React Native Fabric Island and put it into their Win32 host window. This includes connecting input, output, and UIA...

enhancement
Deliverable
Area: Fabric
Area: Islands
New Architecture

### Summary 0.75 Release Status Upstream stable-branch: https://github.com/facebook/react-native/tree/0.75-stable ## Checklist **Before Preview** - [x] Draft GitHub release notes from commit log (tatianakapos) - [ ] Promote canary build to preview...

enhancement

Issue information will be filled in later.

Needs: Author Feedback
enhancement
Area: Accessibility

### Problem Description In verifying that the current VS preview build, 17.11, fixes issue #13339, I hit this error when trying to build `e2e-test-app-fabric`: ``` × Build failed with message...

bug
External Developer Tooling
Scenario: Visual Studio
New Architecture

Add support for the accessibilityAccessKey prop. On Paper, this was only supported for Win32. ## Documentation The prop does not appear to be documented, since it was only implemented for...

enhancement
Area: Accessibility
Area: Keyboard
New Architecture

Add UI test samples validating {pressed} scenarios for Fabric. Additional test infrastructure may be needed to implement this type of testing.

enhancement
Area: Tests
Area: Fabric
Area: Pressable
New Architecture

## Documentation https://reactnative.dev/docs/touchablewithoutfeedback#onblur ## Behavior Handler invoked when component loses focus. This prop is only supported for some of the core component set. Take a look at the sub issues...

enhancement
Area: Accessibility
Area: Focus
New Architecture

## Documentation https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.iscrollitemprovider?view=windowsdesktop-8.0 ## Behavior Exposes methods and properties to support UI Automation client access to individual child controls of containers that implement [IScrollProvider](https://learn.microsoft.com/en-us/dotnet/api/system.windows.automation.provider.iscrollprovider?view=windowsdesktop-8.0). Controls of control type DataItem, ListItem,...

enhancement
Area: Accessibility
Area: ScrollView
New Architecture