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 - New feature (non-breaking change which adds functionality) ### Why Implement the onPressOut property for the fabric implementation of TextInput. This property was available...

###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/react-native-windows/pull/14809)

Bumps [beachball](https://github.com/microsoft/beachball) from 2.51.0 to 2.54.0. Changelog Sourced from beachball's changelog. 2.54.0 Tue, 15 Apr 2025 08:02:54 GMT Minor changes Add npmReadConcurrency option ([email protected]) 2.53.0 Fri, 11 Apr 2025 23:22:55...

dependencies

## Description This PR bumps `react-native-xaml` to the latest version. ### Type of Change - New feature (non-breaking change which adds functionality) ### Why RNX has updated and fixed some...

### Problem Description When using `Modal` on RNW 0.79 the dialog shows but is way too big. https://github.com/user-attachments/assets/96113a49-733e-45ea-989f-314bc1ff8af4 ### Steps To Reproduce See repo link below. Essentially use the newly...

bug
Area: Modal

Currently, all touch-related events like onKeyUp, onKeyDown, onFocus, onBlur, and other touch handlers are being emitted from the native side. As part of future improvements, we plan to shift these...

enhancement
Area: Pressable

### Problem Description https://github.com/facebook/react-native/blob/c31ff55b922502edfbbe21576e583051b3fcd0ac/packages/react-native/ReactCommon/react/renderer/core/DynamicEventPayload.cpp#L39 ### Link to the integration PR where the error originated https://github.com/microsoft/react-native-windows/pull/14791 ### Link to `react-native` commit https://github.com/facebook/react-native/commit/9d7cdfef178037b276c5bfb9665eeaa6550c5c41 ### Forked files _No response_ ### Upstream PR in...

Integration Follow-up

## Description ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why In Fabric TextInput, when a user types a single character, the onChangeText callback...

### Problem Description my code block is below import {useEffect, useRef} from 'react'; import {DeviceEventEmitter} from 'react-native'; import {NativeEventEmitter, NativeModules} from 'react-native'; const MyModule = NativeModules.MyNativeModule; const myEventEmitter = new...

bug
Needs: Author Feedback

Implement the contextMenuHidden property for the fabric implementation of TextInput. This property was available in RNW Paper via TextInputViewManager. See https://reactnative.dev/docs/textinput#contextmenuhidden for details.

enhancement
API: Completion
Area: TextInput
Area: Fabric
Area: Component Views
New Architecture
Parity: Fabric vs. Paper
Workstream: Component Parity