react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
### Problem Description Text component cannot be set to black in dark mode. Despite setting color: "# 000" in the code, it still cannot be rendered. ### Steps To Reproduce...
### Problem Description A React Native Windows app can run in Assigned Access mode. However, if the `windows.aboveLockScreen` extension is added to `Package.appxmanifest`, the app crashes when signing into the...
### Problem Description This is when using one of the defined accent color constants from the PlatformColor implementation, specifically *Complement* Of note... looks like all the other values defined in...
Cherry pick PRs https://github.com/microsoft/react-native-windows/pull/15303, https://github.com/microsoft/react-native-windows/pull/15337, https://github.com/microsoft/react-native-windows/pull/15328 to bring the moderns inspector support from the main branch. Fixed a couple of compilation issues. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/react-native-windows/pull/15394)
## Description ### Type of Change - New feature (non-breaking change which adds functionality) ### Why React Native Windows developers need an automated way to set up Windows support for...
This module won't work with Fabric architecture as XAML controls can no longer be used directly. Port this to the new architecture (Fabric). Repo link: https://github.com/TheWidlarzGroup/react-native-video
This module won't work with Fabric architecture as XAML controls can no longer be used directly. Port this to the new architecture (Fabric). Repo link: https://github.com/react-native-datetimepicker/datetimepicker
## Description ### Type of Change - Bug fix (non-breaking change which fixes an issue) - Breaking change (fix or feature that would cause existing functionality to not work as...
https://github.com/facebook/react-native/pull/47033 as part of bumping folly , upstream bumped fmt from 10.1.0 to 11.0.2 To be in match with upstream , we need to bump fmt. #12411 -> Reference PR
The current Switch component allows you to customize: - `trackColor`: just the background, depending on 'false' or 'true' values - `thumbColor`: if you need to change it depending on the...