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 661 react-native-windows issues
Sort by recently updated
recently updated
newest added

### Problem Description In React Native Windows, we've observed a regression in Hermes Direct Debugging across versions 0.72.x, 0.73.x, 0.74.x, 0.75x, and 0.76x. While we're actively working on a patch...

bug
Area: Debug Infrastructure
Area: JavaScript Engine
Area: Developer Experience
Workstream: Developer Experience
Fix Hermes Debugger for RNW

### Problem Description Getting `C4715 not all control paths return a value` warnings turning into errors due to new switches with enums that don't have a default return value. ###...

bug
Upstream
Integration Follow-up

### Problem Description Recent Integration switched Text.js to use new optimized TextOptimized.js and removed the gating. Previously you would need to turn on a flag to use TextOptimized and we...

enhancement
API: Completion
Integration Follow-up

EDIT: I have been attempting to create a Turbo Module with backwards compatibility. These issues were also present with js module, but it's possible other options are unaffected. Also, Android...

bug

### Problem Description Recent [integration](https://github.com/microsoft/react-native-windows/pull/12975) brought in [this PR](https://github.com/facebook/react-native/pull/43346) which added the method getRuntimeTargetDelegate to JSRuntime and changes how we pass the RuntimeTarget. HermesRuntime does not implement this method but...

enhancement
Deforking
Integration Follow-up

### Problem Description Using a project freshly initialised from `react-native-windows-init` with `experimentalNuGetDependency` enabled, I'm struggling to create an app that uses [react-native-webview](https://github.com/react-native-webview/react-native-webview) on ARM. I get a build error upon...

bug
Area: CLI

## Description Update the content and remote endpoint for the `fetch` Desktop integration test. ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why -...

Area: Tests
Area: Networking
Platform: Desktop

1. Create a Fabric app with a `ScrollView`, or launch an existing one that has scrolling like Artificial Chat or the Fabric Gallery. 2. Scroll with your mouse wheel, all...

enhancement
Area: ScrollView
Area: Fabric
New Architecture
Parity: Fabric vs. Paper

### Problem Description We have a list of focusable elements within a scrollview, and we call ref.focus() on an element to force scrollview to bring it into view. This worked...

bug
Area: ScrollView
Area: Focus
Partner: Microsoft
Area: Paper
Old Architecture

### Problem Description When creating a native module with any UI component we receive this error immediately at build time on the ARM64 debug configuration. This error was reproduced while...

bug
Partner: 3P
External
Scenario: C#
Scenario: ARM64