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

Implement the writingDirection property for the fabric implementation of Text. This property was available in RNW Paper via TextViewManager. See https://reactnative.dev/docs/text-style-props#writingdirection-ios for details.

good first issue
enhancement
API: Completion
Area: Text
Area: Fabric
Area: Component Views
New Architecture
Parity: Fabric vs. Paper
Area: Text Style Props
Workstream: Component Parity
good first issue: easy

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

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

### Problem Description We have the `ComponentViewFeatures::NativeBorder` feature which is supposed to control whether a (custom) ComponentView inherits the standard built-in handling of processing border props and rendering them. However,...

bug
Area: Layout
Area: Component Views
New Architecture

I wasn't sure where else to track this, but we rely on multiple tools that @asklar spun up for RNW that are just sitting in his repo. Maybe we want...

enhancement
Area: Tooling

### Problem Description We are not able to successfully integrate .js.flow file, yarn lint and npx flow check --show-all-errors is throwing errors in these directories react-native-windows\vnext and packages/@office-iss ### Link...

bug
Integration Follow-up

### Problem Description ##[error]node_modules\react-native\ReactCommon\react\renderer\css\CSSHexColor.h(37,24): Error C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2>D:\a\_work\1\s\node_modules\react-native\ReactCommon\react\renderer\css\CSSHexColor.h(37,24): error C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data [D:\a\_work\1\s\vnext\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj]...

bug
Integration Follow-up
New Architecture
Workstream: Releases and Integrations

### Problem Description dynamic_cast throws error in CullingContext.cpp and sliceChildShadowNodeViewPairs.cpp. Changes dynamic_cast to static_cast ### Link to the integration where the error originated https://github.com/microsoft/react-native-windows/pull/14662 ### Link to commit https://github.com/facebook/react-native/pull/49307 ###...

Area: ScrollView
Invalid Triage
Integration Follow-up
New Architecture

### Summary After we create a new `cs-lib` NativeModuleSample (see microsoft/react-native-windows-samples#1000 ) we will want to update the existing C# native module sample documentation to reflect the code in this...

enhancement
Documentation
New Architecture
Workstream: New Arch C# Support

## Description Implements selectable prop for Text component for windows Includes : - Basic text selection - Click and drag to select - Selection highlight - default windows blue accent...

## Description Fixes the UIA_LiveSettingPropertyId event to use the correct VT_I4 datatype instead of VT_BSTR for accessibility live region updates in Fabric. This ensures compliance with UIA requirements and improves...

Needs: Author Feedback