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 [Fabric] Implement snapToStart, snapToEnd, snapToOffsets property for ScrollView Resolves #14796 #13152 #13151 ### What...

## Description ### Type of Change - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) ### Why Implement the overflow property for...

- [ ] **WebView** ![WebView Issue](https://github.com/user-attachments/assets/e2e7fc24-2d92-43ec-92d8-e389df3aff74) - [ ] **Flyout** ![Flyout Issue](https://github.com/user-attachments/assets/a2bb4575-f508-4e7c-8f85-12cf48744ea1)

Area: Accessibility
Invalid Triage

### ✅ Common Accessibility Issues Checklist - [ ] **Navigation Bar** Ensure that the navigation bar supports one of the following patterns: - `Invoke` - `Toggle` - `ExpandToggle` ![Nav Bar...

Area: Accessibility
Invalid Triage

## Summary Fixes the issue where `onChangeText` would fire twice when typing the first character in a Fabric TextInput, when it should only fire once. ## Problem In Fabric TextInput,...

### Problem Description As part of our `init-windows` script, when applied to a library, we also add windows to any example app present. We mostly use what we're given, but...

bug
help wanted
Extensions
External
New Architecture
Workstream: Module Support

Implement the snapToInterval property for the fabric implementation of ScrollView. This property was available in RNW Paper via ScrollViewManager. See https://reactnative.dev/docs/scrollview#snaptointerval for details.

enhancement
API: Completion
Area: ScrollView
Area: Fabric
Area: Component Views
New Architecture
Parity: Fabric vs. Paper
Workstream: Component Parity
Migrate RNW Paper controls & properties to RNW Fab

Implement the snapToOffsets property for the fabric implementation of ScrollView. This property was available in RNW Paper via ScrollViewManager. See https://reactnative.dev/docs/scrollview#snaptooffsets for details.

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

Implement the snapToStart property for the fabric implementation of ScrollView. Note: A commented out version of this already exists in our new fabric code and may possibly just need to...

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

## Description ### Type of Change - Test case ### Why Implement accessibilityLevel in ScrollView ### What Implement accessibilityLevel in ScrollView which was missing in JS codebase. https://github.com/microsoft/react-native-windows/issues/14550 ### Screenshots...