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

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why Adds a few SystraceSections to improve instrumentation for performance...

## Description This PR updates RNW to build with VS2022. ### Type of Change - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds...

### Problem Description To provide a temporary fix for [9662](https://github.com/microsoft/react-native-windows/issues/9662), I'm adding TEMP_UntilReactCommonUpdate/hermes/inspector/chrome/ConnectionDemux.cpp. The corresponding upstream PR is [34342](https://github.com/facebook/react-native/pull/34342). This issue is meant to track the removal of the override...

bug
Deforking

### Problem Description We noticed a bug during the upgrade to 0.68 where composition animations stopped working correctly for a specific component. I didn't spend any time isolating where the...

bug
Needs: Dev Design
Area: Animation
Partner: Facebook

Bumps [metro-react-native-babel-transformer](https://github.com/facebook/metro) from 0.71.1 to 0.71.2. Release notes Sourced from metro-react-native-babel-transformer's releases. Release v0.71.2 [Feature] Add requireCycleIgnorePatterns option to suppress warnings for require cycles, suppress node_modules by default (facebook/metro#707 by...

dependencies

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) ### Why In #10354, a few scenarios are described where...

Area: Text

## Description ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why Currently, NativeAnimated compiles the animation graph into CompositionAnimations from UI.Composition. While this approach...

Area: Animation

### Problem Description Hi, I am trying to add a Native Module in C# to my project, but give the error: Project ReactNativeFileViewer is not compatible with native (native,Version=v0.0). Project...

bug
Area: CLI
Area: Native Modules
PackageReference

https://github.com/facebook/react-native/commit/1d924549cad75912191005c8f68dd73e15b07183 Adds 2 new events to `` - `onPressin/onPressOut`. We could add them too.

enhancement
API: Completion
Area: Text
Integration Follow-up

### Problem Description If we create a `Pressable` or a `TouchableWithoutFeedback` component and we activate Narrator on scan mode (`ctrl + win + enter` to activate Narrator, `caps + space`...

bug
Area: Accessibility
Partner: Microsoft
Area: Pressable
Parity: Windows