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

## Description This PR adds UIA events when accessibilityValue has changed which will ensure that accessibility clients like Narrator can announce these types of changes to the user. In addition,...

Area: Accessibility

### Summary Currently, we use Windows.Storage for AsyncStorage for apps with a valid package identity and sqlite3 for those without a valid package identity. There should be an option to...

enhancement
Partner: Facebook

### Problem Description If you make a View that's focusable and has an accessibility label, then set the accessibility state to have `disabled: true`, you can still tab to it...

bug
Area: Accessibility
Partner: Microsoft

https://github.com/microsoft/react-native-windows/blob/f08219491c7b224f485dd6be8152c5515a56cf29/vnext/Microsoft.ReactNative.Cxx/JSI/JsiAbiApi.h#L258 trying to build this in an app targeting c++23, breaks the build. ``` 1>F:\react-native-xaml\examplenuget\windows\packages\Microsoft.ReactNative.Cxx.0.65.7\tools\Microsoft.ReactNative.Cxx\JSI\JsiAbiApi.h(257,28): error C4996: 'std::aligned_storage_t': warning STL4034: std::aligned_storage and std::aligned_storage_t are deprecated in C++23. Prefer alignas(T) std::byte...

enhancement
Area: Build Infrastructure
Engineering Improvement Candidate

Building on top of https://github.com/microsoft/react-native-windows/issues/9599, this issue tracks the set of sub-issues that are required before RNW support for WinAppSDK is said to be in _Experimental_. Overall, the goal here...

enhancement
Platform: WinAppSDK

enhancement
Area: Samples
Area: Developer Experience
Platform: WinAppSDK

Current plan is to start with C#, so filing this to add a C++/WinRT Reunion template in the future

enhancement
Area: WinUI
Platform: WinAppSDK

- run template app against winui 3 - hover over something, press the alt key - we crash when dereferencing a null corewindow: note that there are more usages of...

bug
Area: WinUI
Platform: WinAppSDK

UWP modules will likely not work in WinAppSDK apps and vice versa. We should have a sane experience here rather than let things fail at build or runtime. This includes...

enhancement
Area: Native Modules
Area: Developer Experience
Platform: WinAppSDK

### Summary Right now we support users specifying that they use WinUI3 at project creation time, which sets UseWinUI3 to true in their ExperimentalFeatures.props file. We also allow users to...

enhancement
Area: Developer Experience
Area: Autolinking
Platform: WinAppSDK