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 We are trying to support our application for ARM64 platform. But, we are getting build error when we try to build the application for this platform. The...

bug
Area: Fabric
Area: Build Infrastructure
Partner: Microsoft

## Description Upgrade Windows App SDK from 1.0.0 to 1.1.4 (latest stable). ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ###...

## Description Upgrades the .net codegen project (currently using out-of-support .net core 3.1), to .net 6. ### Type of Change - Breaking change (fix or feature that would cause existing...

According to the compatibility matrix https://microsoft.github.io/react-native-windows/docs/native-code-language-choice , for broadest compatibility, modules should use C++ (since both C++ and C# apps can consume C++ modules) while apps should use C# (since...

Invalid Triage
Area: C#/C++ interop

### Problem Description CodeQL reports 5 `Result of call that may return NULL dereferenced unconditionally` errors in the NativeUIManager.cpp file. ### Steps To Reproduce Link to the CodeQL (corpnet-only): https://onees.lgtm.microsoft.com/projects/u/gh/microsoft%2Freact-native-windows%2Ftree%2Fmain/alerts/?mode=tree&ruleFocus=1000894...

bug
Invalid Triage
Area: Compliance

This PR adds a resolution to use the latest `readable-stream` package, which no longer depends on the legacy `string_decoder` package which causes CG alerts. One side-effect of this is that...

security
Area: Compliance

### Problem Description Hello, In the PowerApps Windows UWP desktop app, we currently have an accessibility bug where a touch event inside the WebView2 control would not trigger the touch...

bug
Area: Keyboard
Area: Focus
Area: Pointer

https://github.com/facebook/react-native/compare/8af7870c6...a21a1f845 ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/react-native-windows/pull/10479)

Originally reported here: asklar/react-native-xaml#120 by @rymate1234. See that issue for a repro app. When nesting a RN FlatList within a native viewmanager (e.g. a react-native-xaml Grid), and web debugging is...

bug
Area: Layout

Currently the C# codegen project uses .netcoreapp 2.2. With .net core 5 supporting UWP, it would be a good opportunity to have everything in one framework and not have to...

enhancement
Code Cleanup