react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
## Description Accessibility and UIA Support for XAML Fabric implementation ### Type of Change - New feature (non-breaking change which adds functionality) ### Why To ensure Accessibility props are read...
## Description Adding latest and greatest to 0.81 stable ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why To be...
When we hover on the Xaml Button hosted in the childsitelink the UIA asks which element is under the screen point and calls intoCompositionRootAutomationProvider::ElementProviderFromPoint -----> which calls into RootComponentView::UiaProviderFromPoint ---->...
## Description We need to clean-up few items from code, as a part of XAML support work in Fabric, this is a PR for that ### Type of Change -...
This module won't work with Fabric architecture as XAML controls can no longer be used directly. Port this to the new architecture (Fabric). Repo link: https://github.com/TheWidlarzGroup/react-native-video/
When changing scale factor of display, we see incorrect offset for components relative positions on the screen which causes issues with RN Devtools features like Components tab and sampling profiler.
## Description Upgraded following packages Upgrade validator from 13.15.0 to 13.15.22 ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why Upgraded to validator to...