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

### Summary Current HTTP module implementation ignores form data to be sent as part of a request. This is due to dropping `folly` APIs from `IHttpResource` so that the interface...

enhancement
Area: Networking

### Problem Description The TouchableOpacity and TouchableHighlight components are not being announced by narrator when they have a style property of borderRadius. The problem is similar to the problem happening...

bug
Needs: Author Feedback
Area: Accessibility
Partner: Microsoft

## Checklist **Before Preview** - [x] Draft GitHub release notes from commit log (chiaramooney) - [x] Promote canary build to preview using [wiki instructions](https://github.com/microsoft/react-native-windows/wiki/How-to-promote-a-release) (chiaramooney) - [x] Push build to...

enhancement
Area: Release Process

These have regressed before. Add a test which edits the file from the test runner and observes that a content change eventually happens.

must-have
Needs: Dev Design
enhancement
Area: Tests
Story: ⚙ Quality
Engineering Improvement Candidate
Scenario: Reload

### Summary Once the telemetry data is flowing (i.e. #9380 is done) then we'll need (PowerBI?) reports / dashboard to analyze the data. ### Motivation This is how we are...

enhancement
Area: Telemetry

### Summary Hi! I'd love to see a `IMouseProps` logic very similar to the existing [`IKeyboardProps`](https://microsoft.github.io/react-native-windows/docs/ikeyboardprops-api) or some other way to gain access to a mouse's location. While this API...

Needs: PM Design
enhancement
Area: Mouse

### Summary Autolinking should throw an error if a native module claims to support windows autolinking but then provides an invalid configuration, making autolinking not possible. There should also be...

enhancement
Area: Developer Experience
Area: Autolinking

This meta issue tracks overall improvements to speed up our release process and reducing the need for manual steps (#5326) - https://github.com/microsoft/react-native-windows/issues/4037 - https://github.com/microsoft/react-native-windows/issues/8609 - https://github.com/microsoft/react-native-windows/issues/5217 - https://github.com/microsoft/react-native-windows/issues/4864 - https://github.com/microsoft/react-native-windows/issues/7599...

enhancement
Area: Release Process
Only Affects Internal Development
Story: ⚙ Quality

### Problem Description Using setNativeProps({text: 'xxx'}) on a TextInput the text is not updated. ### Steps To Reproduce Create following element: this.Element = ele} defaultValue={null} onChangeText={(e) => { this.Element.setNativeProps({text: null});...

enhancement
Area: TextInput

## Description ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why See description in FB PR [34342](https://github.com/facebook/react-native/pull/34342). Resolves [9662](https://github.com/microsoft/react-native-windows/issues/9662) ### What Clean up process-wide...