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

* add new prop alwaysShowToolTip to ViewWin32 * Change files * Change files ## Description Adding the `alwaysShowToolTip` prop for RNWin32's View. ### Type of Change - New feature (non-breaking...

* add new prop alwaysShowToolTip to ViewWin32 * Change files * Change files ## Description Adding the `alwaysShowToolTip` prop for RNWin32's View. ### Type of Change - New feature (non-breaking...

* add new prop alwaysShowToolTip to ViewWin32 * Change files * Change files ## Description Adding the `alwaysShowToolTip` prop for RNWin32's View. ### Type of Change - New feature (non-breaking...

### Summary It feels like over time, XamlUIService has become a bit of a dumping ground for various APIs. 1. It was originally created in https://github.com/microsoft/react-native-windows/commit/2809c9a14a68cdbaa4b735b189197b5692af0d53 to handle looking up...

Needs: Dev Design
enhancement
Agenda
Partner: Facebook

## Description ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why Yoga does not recurse layout beyond a node that...

Area: Layout

### Problem Description from: https://github.com/microsoft/react-native-windows/issues/8781 Disabled TouchableHighlight still receives keyboard focus if onPress is defined. ### Steps To Reproduce 1. Set `disabled={true}` and define an onPress handler for a TouchableHighlight...

bug
Area: Accessibility

### Problem Description The appearance module is using RequestedTheme(). We need the theme to be determined by the XAML element parent. If the app theme and parent elementsTheme are different...

bug
Area: Theming
Area: PlatformColor
Partner: Microsoft

Set to collect dumps for RNTesterApp.exe but they do not seem to show up on crash. Needs verification that the exe name is correct.

bug
Area: Tests
Area: Test Infrastructure
Area: Build Infrastructure
Only Affects Internal Development

### Module react-native-sqlite-2 ### Module repo url https://github.com/craftzdog/react-native-sqlite-2 ### Target Version 0.69 ### Existing issue url https://github.com/craftzdog/react-native-sqlite-2/issues/134 ### Existing windows implementation? - [X] Legacy/C# implementation ### Which app/customer is requesting...

enhancement
Extensions

### Problem Description If a view gets focus between `onKeyDown` and `onKeyUp`, Pressability will fire the `onPress` callback. This violates the contract / transition states of Pressability, as it's the...

bug
Area: Keyboard
Area: Focus
Partner: Facebook