react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

A framework for building native Windows apps with React.

Results 661 react-native-windows issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

enhancement
Area: Tests
Area: Flyout
Area: Popup
Area: Paper
Old Architecture

### 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...

enhancement
Area: Turbo Modules
New Architecture
Workstream: Gallery and Samples

Add E2E Jest Snapshot Tests for ScrollView. Tests should exist as samples within RNTester. **STATUS TYPES** | Status | Description | | -- | -- | Not Implemented | Prop...

enhancement
Area: Tests
Area: ScrollView
Area: Fabric
New Architecture

Add E2E Jest Snapshot Tests for ActivityIndicator. Tests should exist as samples within RNTester. **STATUS TYPES** | Status | Description | | -- | -- | Not Implemented | Prop...

enhancement
Area: Tests
Area: Fabric
Area: ActivityIndicator
Area: Paper
Old Architecture
New Architecture

### 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...

enhancement
Developer First Experience
Area: Developer Experience
External Developer Tooling
Workstream: Developer Experience

### 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...

bug
Area: Debug Infrastructure

### 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...

enhancement
Integration Follow-up

## 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...

bug
Area: TextInput
Area: Paper
Old Architecture
Workstream: Component Parity