react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
### Problem Description Tooltips only appear on hover with the mouse, but they don't appear when navigating with keyboard. ### Steps To Reproduce Navigate with keyboard -> No tooltips are...
### Problem Description Having Visual Studio 2026 installed but not VS2022, the command `npx @react-native-community/cli run-windows --logging` won't work, reporting missing MSBuild. I'm opening this as a bug, as VS2022...
## Description ### Type of Change - Bug fix (non-breaking change which fixes an issue) - Breaking change (fix or feature that would cause existing functionality to not work as...
## Description ### Type of Change - New feature (non-breaking change which adds functionality) ### Why The overflow CSS property was not implemented in the Fabric Composition architecture. Paper XAML...
Can we please delete: 1. playground-composition\CustomComponent.cpp 2. CalendarView in sample-custom-component
https://github.com/microsoft/react-native-windows/blob/b26e704a74b8ea037ba50917cf53c6c869c6077c/vnext/Microsoft.ReactNative/Fabric/Composition/CompositionViewComponentView.cpp#L801-L805 For UIA_LiveSettingPropertyId we are supposed to raise event using the VT_I4 datatype but we raised event with argument VT_BSTR [Ref](https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-automation-element-propids). Change Required: ```cpp winrt::Microsoft::ReactNative::implementation::UpdateUiaProperty( EnsureUiaProvider(), UIA_LiveSettingPropertyId, GetLiveSetting(oldViewProps.accessibilityLiveRegion), GetLiveSetting(newViewProps.accessibilityLiveRegion)); ```...
this is to support modern inspector can fetch network resources on Windows
- [x] Build RNW ( Hermes runtime) with new Fusebox arch for debugger - [x] To inspect the RNW apps attach correct inspectorTarget and see if we can excahneg CDP...
### Problem Description Hey folks! Have been playing around with 0.76.0 and loving it so far. One thing that doesn't seem to work, which I haven't found an existing GitHub...
### Problem Description `auto profileId = profileIdGenerator.getNext();` --> `auto profileId = static_cast(profileIdGenerator.getNext());` ### Link to the integration PR where the error originated #15261 ### Link to `react-native` commit https://github.com/facebook/react-native/commit/b58c2ffd7211bf9cf4e296fc94674e06ed68176d ###...