react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
## 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....
## 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....
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....
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...
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....
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....