react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
### Problem Description In React Native Windows, we've observed a regression in Hermes Direct Debugging across versions 0.72.x, 0.73.x, 0.74.x, 0.75x, and 0.76x. While we're actively working on a patch...
### Problem Description Getting `C4715 not all control paths return a value` warnings turning into errors due to new switches with enums that don't have a default return value. ###...
### Problem Description Recent Integration switched Text.js to use new optimized TextOptimized.js and removed the gating. Previously you would need to turn on a flag to use TextOptimized and we...
EDIT: I have been attempting to create a Turbo Module with backwards compatibility. These issues were also present with js module, but it's possible other options are unaffected. Also, Android...
### Problem Description Recent [integration](https://github.com/microsoft/react-native-windows/pull/12975) brought in [this PR](https://github.com/facebook/react-native/pull/43346) which added the method getRuntimeTargetDelegate to JSRuntime and changes how we pass the RuntimeTarget. HermesRuntime does not implement this method but...
### Problem Description Using a project freshly initialised from `react-native-windows-init` with `experimentalNuGetDependency` enabled, I'm struggling to create an app that uses [react-native-webview](https://github.com/react-native-webview/react-native-webview) on ARM. I get a build error upon...
## Description Update the content and remote endpoint for the `fetch` Desktop integration test. ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why -...
1. Create a Fabric app with a `ScrollView`, or launch an existing one that has scrolling like Artificial Chat or the Fabric Gallery. 2. Scroll with your mouse wheel, all...
### Problem Description We have a list of focusable elements within a scrollview, and we call ref.focus() on an element to force scrollview to bring it into view. This worked...
### Problem Description When creating a native module with any UI component we receive this error immediately at build time on the ARM64 debug configuration. This error was reproduced while...