react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
I have a Flyout that contains two TouchableHighlights. I want to assign keyboard focus to the second one in the tree, so I create and assign a ref to it....
Now that the backend naming limitations have been solved, it's time to introduce measures for every dependency. List of dependencies. Create a cube and a chart for each: - [...
### Summary https://github.com/microsoft/react-native-windows/pull/14161#discussion_r1904711612 ### Motivation See comment link. ### Basic Example _No response_ ### Open Questions _No response_
### Problem Description Surprisingly, many telemetry instances are showing `` data in fields that I'd initially assume to be always populated. Examples: JS Engine project: Chakra or Hermes - it...
### Summary Allow local network sniffing and testing with tools like Fiddler which act as MITM proxy servers. ### Motivation Verify that telemetry payloads are correctly formed before they go...
### Summary Windows Terminal repo has a [PR](https://github.com/microsoft/terminal/pull/16055) to add functional accessibility checks in their CI pipelines. We should bring the sample checks over to the E2E test app. [1ES...
### Problem Description In this integration, we were getting a lot of errors where the flow check was not recognizing Windows specific types in PlatformTypes.windows.js, so created an override of...
### Problem Description In the upstream ReactCommon NativeDOM.cpp there are some implicit casts from doubles to PointerIdentifiers (int32_t) which flag as warnings for us. In the integration we disabled warnings,...
Bumps [@types/npm-registry-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/npm-registry-fetch) from 8.0.7 to 8.0.8. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Implement the overflow property for the fabric implementation of Image. Note: This property appears in both Layout Props and Image Style Props. This property was available in RNW Paper via...