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

As part of addressing the issues in #12982, @vmoroz is working on catching up hermes-windows with the upstream changes. This includes trying to do so in a way that enables...

enhancement
Area: Debug Infrastructure
Deliverable
Area: JavaScript Engine

### Summary From email thread, it would be helpful to create a new issue template for follow-up integration issues that direct people to list the following in the issue. 1....

enhancement
Only Affects Internal Development

### Summary We recently bumped our dependencies to node 18 and had to resolve some issues. We should add node 20 to our testing matrix to try and get ahead...

enhancement
Area: Tests

### Problem Description When integrating react-native 0.74-rc0, they brought in https://github.com/facebook/react-native/commit/45b1aef291d26c5749ad8391582d3eb1146dcdda which has an unsafe conversion from int to float. We should make a PR upstream to fix this ###...

bug
Upstream
Integration Follow-up

## Documentation IValueProvider Documentation: https://learn.microsoft.com/en-us/windows/win32/api/uiautomationcore/nn-uiautomationcore-ivalueprovider ## Behavior Components of control type Slider, ProgressBar, Hyperlink, and Button should have conditional support for the UIA IValueProvider (Documentation: https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-controlpatternmapping). Value for IValueProvider should...

enhancement
Area: Accessibility

## Documentation IToggleProvider documentation: https://learn.microsoft.com/en-us/windows/win32/api/uiautomationcore/nn-uiautomationcore-itoggleprovider ## Behavior Components of control type CheckBox must implement the IToggleProvider. Components of control type Button, ListItem, MenuItem, and TreeItem should conditionally implement the IToggleProvider...

enhancement
Area: Accessibility

## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking...

### Summary RN is trying to make it easier to share code/knowledge between React web dev and React Native dev. Part of this means implementing web style props in React...

enhancement
Area: View Style Props
Area: Fabric
New Architecture

## Documentation accessibilityState Documentation: https://reactnative.dev/docs/accessibility#accessibilitystate ## Behavior Explanation From the documentation "Describes the current state of a component to the assistive technology user. accessibilityState is an object. It contains the...

enhancement
Area: Accessibility

## Description ### Type of Change New feature. ### Why Enables TextInput controls to autocapitalize letters, depending on the selected mode. `characters`: all characters are capitalized. `words`: every first letter...

Area: TextInput
Area: Fabric
New Architecture
Parity: Fabric vs. Paper