react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
### Problem Description When handling promises within a React Native Module, specifically using the `CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync` method to launch an application, a `System.Runtime.InteropServices.SEHException` labeled "External component has thrown an exception." is...
### Summary We recently had a regression in the behavior of the Flyout component, where the component fired a RedBox error upon attempt to launch the Flyout. This was found...
### Summary SampleTurboModule is defined in RN core, but really it's really only there to be used by the RNTester example page. In PR #13533, we added RNW's SampleTurboModule impl...
Add E2E Jest Snapshot Tests for ScrollView. Tests should exist as samples within RNTester. **STATUS TYPES** | Status | Description | | -- | -- | Not Implemented | Prop...
Add E2E Jest Snapshot Tests for ActivityIndicator. Tests should exist as samples within RNTester. **STATUS TYPES** | Status | Description | | -- | -- | Not Implemented | Prop...
### Summary Being an out-of-tree platform, Expo doesn't officially support React Native Windows yet, so l'd like to track what's missing and document the workarounds I'm using for now. FYI...
### Problem Description Unable to connect any JS debugger to RNW apps running Hermes after the #13508 integration PR. The debugger websocket is available but none of the CDP commands...
### Summary Due to Meta moving the template package outside the react-native repo and into the @react-native-community/template package, there is no matching nightly version for the new template package for...
## Description A couple of differences have popped up over time between our AbiComponentDecriptors and the ones in core. These should be kept in alignment to avoid differences in behavior...
### Problem Description Not sure if this is by design or not, but when you are using backspace to clear text in a TextInput, the onKeyPress event doesnt fire until...