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

## Summary Fixes TextInput caret becoming invisible when using white backgrounds in Windows dark mode. The issue occurred because the caret color defaulted to the theme's text color (white in...

## Problem Scroll wheel behavior in React Native Windows using the new architecture (Windows App SDK) was significantly less responsive compared to the WinUI 3 Gallery app and other native...

This PR fixes the issue where telemetry instances were displaying `` data in fields that should always be populated, such as CPU count, memory statistics, result codes, and command names....

This PR adds functional tests for the `TouchableWithoutFeedback` component to the E2E test app (Fabric) to validate key functionality scenarios. ## Changes Made ### Added Test Components to TouchableExample.js: 1....

Area: Tests
Area: Fabric
New Architecture

## Summary This PR removes the deprecated functionality in `ensureXAMLDialect()` that allowed `useWinUI3` values from `react-native.config.js` to override values in `ExperimentalFeatures.props`. This feature was confusing, unnecessary, and causing test failures....

Test cases should be added to the E2E test app (Fabric) to validate the following functionality scenarios. ```[tasklist] ### Tasks - [ ] TouchableOpacity should update style upon fast refresh....

good first issue
enhancement
Area: Tests
Area: Fabric
New Architecture
Workstream: Test Coverage

Test cases should be added to the E2E test app (Fabric) to validate the following functionality scenarios. ```[tasklist] ### Tasks - [ ] FlatList styles should update on fast refresh....

good first issue
enhancement
Area: Tests
Area: Fabric
New Architecture
Workstream: Test Coverage

Test cases should be added to the E2E test app (Fabric) to validate the following functionality scenarios. ```[tasklist] ### Tasks - [x] TextInput should be editable when editable set to...

good first issue
enhancement
Area: Tests
Area: Fabric
New Architecture
Workstream: Test Coverage

Test cases should be added to the E2E test app (Fabric) to validate the following functionality scenarios. ```[tasklist] ### Tasks - [ ] TouchableWithoutFeedback should update style upon fast refresh....

good first issue
enhancement
Area: Tests
Area: Fabric
New Architecture
Workstream: Test Coverage

Test cases should be added to the E2E test app (Fabric) to validate the following functionality scenarios. ```[tasklist] ### Tasks - [ ] View should update style upon fast refresh....

good first issue
enhancement
Area: Tests
Area: Fabric
New Architecture
Workstream: Test Coverage