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 There is a `ensureXAMLDialect()` function in `autolinkWindows.ts` that allowed devs to configure their old architecture project to specify `useWinUI3` in their `react-native` config file and let it...

good first issue
enhancement
Code Cleanup
Area: Autolinking

### Discussed in https://github.com/microsoft/react-native-windows/discussions/14642 Originally posted by **Ferry-200** May 6, 2025 version: ```json { "dependencies": { "react": "19.0.0", "react-native": "0.78.0", "react-native-windows": "^0.78.0" } } ``` I'm testing the React Native...

good first issue
Area: ScrollView
Invalid Triage
New Architecture
Parity: Windows
Workstream: Component Parity

## Summary This PR optimizes the initialization of UIA (UI Automation) accessibility providers by deferring their creation until they are actually requested by the UIA agent, rather than eagerly creating...

### Summary These two types would be ergonomically convenient for TurboModules -- there's ways around through strings and type workarounds but it's cumbersome to do that. ### Motivation The GUID...

Needs: Dev Design
enhancement
Area: Turbo Modules
New Architecture

https://github.com/microsoft/react-native-windows/blob/aa48a7a281bfac19101c151949a252d77b953dee/vnext/Microsoft.ReactNative/Fabric/Composition/CompositionDynamicAutomationProvider.cpp#L34-L44 If the UIA agent does not request these patterns we shouldn't create these providers. But we are trying to create these providers in the constructor itself. Changes required: Move...

good first issue
enhancement
Area: Accessibility
Area: Performance
PR Follow-up

### Problem Description Needed for fork getNativeComponentAttributes.js because its original file contents was producing a bunch of errors due to its usage of a deprecated comment getViewManagerConfig. I replaced these...

bug
Integration Follow-up

### Problem Description Upstream recently edited [‎packages/react-native/ReactCommon/react/renderer/components/view/conversions.h](https://github.com/facebook/react-native/commit/c99b71780bae6e93ad54e0a00daa31729e3bd547#diff-e61037f4f1a455d4487be831f3b2c8fe4567ba5770ce942e2847fd599046b0ec) which incorrectly casts an double to a float. Added a one-line fix to static_cast to a float Added code: `return static_cast(std::get(angle).degrees * M_PI...

Invalid Triage
Integration Follow-up

## Description Upstream needs to update the flow syntax babel plugin used by jest which was causing yarn test to fail on new template apps. Temporarily disabling calling test:windows on...

### Problem Description `"hello from 0.78".toLocaleUpperCase()` returns "uppered" string not "HELLO FROM 0.78" what i was expecting and is returned in RNW 0.77. `Intl.getCanonicalLocales(['und'])` fails to `RangeError: Invalid language tag:...

bug
Area: JavaScript Engine

## Description Updated the following packages: - '[email protected]' : CVE-2024-12905 ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why To resolve Component Governance alerts....