react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
Currently we have Composition Tree Dump tests which dump some of the contents of a components Composition tree into a JSON object. We should add text data to the JSON...
Additional information will be added here, when we get closer to implementation.
Filing issue to track porting IntegrationTests for old architecture to the new architecture.
Add test samples validating onHover scenarios. Additional testing infrastructure may be needed to implement this kind of testing.
### Problem Description From the RN docs: **isScreenReaderEnabled()** > Query whether a screen reader is currently enabled. Returns a promise which resolves to a boolean. The result is true when...
### Summary On win32, we use the required and multiselectable fields on accessibilityState to indicate when an element is required to be filled out on a form or when user...
### Problem Description If a control has a specified `accessibilityRole`, the role will correctly be seen in the control's BaseViewProps upon the control's first render. But any time the control...
When putting Narrator into scan mode, the narrator focus is able to escape the Popup region as the user moves narrator focus around. This behavior doesn't appear to repro with...
Migrate a partner's existing "RNW Paper filling a Win32 window" experience to a React Native Fabric Island experience rendering WinAppSDK scene graph (composition) visuals. Without this, we won’t have a...
 @NickGerleman sez: Expected file path should be relative to "react-native", so you just need the ReactCommon part. We should have a better error message there though...