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 We have automated (via script) and manual steps to install dependencies [here](https://microsoft.github.io/react-native-windows/docs/rnw-dependencies). That script is challenging to maintain, and is located [here](https://github.com/acoates-ms/react-native-windows/blob/05958ff5fe2f366a2b2d1cce07cb80e4cd6f65f1/vnext/Scripts/rnw-dependencies.ps1). WinGet configure has some capability to...

enhancement
Developer First Experience
Area: Dependencies

We patched Yoga to change measurement behavior with https://github.com/microsoft/react-native/pull/100. This requires us to maintain a separate copy of Yoga in react-native-windows. We should upstream our patch into facebook/react-native. @acoates-ms was...

enhancement
Area: Layout
Code Cleanup
Deforking

This task captures the work to reach parity between Paper and Fabric for the native code for the `` component. # ComponentView 1. [x] Create the WindowsTextInputComponentView (WTICV) 2. [x]...

enhancement
Area: TextInput
Deliverable
Area: Fabric

### Problem Description Recent integration brought in https://github.com/facebook/react-native/pull/41312/files which adds tabIndex to ViewPropsAndriod however we already define tabIndex in https://github.com/microsoft/react-native-windows/blob/4253b3ad364057dc95d982698e661dec1c69baab/vnext/src/Libraries/Components/View/ViewPropTypes.d.ts#L224. Currently fixed just by commenting out the change in our...

enhancement
Area: Keyboard
Upstream
Integration Follow-up

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why Some apps may want to bypass the JsiAbiApi altogether...

# Proposal: Headless JS (backgroundtask) support, take 2 ## Summary Provide functionality and examples that allow for headless JS support in backgroundtasks ## Motivation Many of the system and lifecycle...

must-have
enhancement
API: Completion
Partner: 3P
Area: Headless

# Proposal: Drop Shadow support for View, Text, Image, and more Implement support for ViewStyle.shadow* and TextStyle.textShadow* for View, Text, and Image. ## Summary Tasks 1. A C++/winrt port of...

enhancement
API: Completion
Partner: Xbox
Partner: Office
Partner: Stream
Story: ⚖ Parity

### Problem Description In #12115, the code for the transform prop was moved in into `CompositionBaseComponentView` to be used by all components, but the call to `updateTransformProps()` was not added...

enhancement
Area: Fabric
Area: ActivityIndicator

@ddalp built out some visual tree comparison test infrastructure recently: #3754 We're going to use that more as we do new feature work, but we have a lot of test...

enhancement
Area: Tests
Deliverable
Story: ⚙ Quality
Engineering Improvement Candidate

### Problem Description This is the second application I try to publish, but the types are not found by the APP Certification Kit. What is the way to work around...

bug
Area: Developer Experience