react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
### Summary Update WinUI3Experimental version to 1.8-experimental ### Motivation Allows RNW to be able to leverage Windows AI APIs. ### Basic Example N/A ### Open Questions N/A
### Problem Description Multiline TextInput is creating more space than needed, and wrapping in weird ways while typing. From the React Native Gallery: https://github.com/user-attachments/assets/f86c6e56-5483-4023-9d78-6d2c2fcab856 ### Steps To Reproduce 1. Launch...
### Summary To help maintain a clean and efficient repository, I’d like to propose introducing a branch lifecycle policy that encourages timely cleanup of stale branches and outlines a process...
Watson failure
react-native-windows\vnext\Microsoft.ReactNative\Fabric\platform\react\renderer\graphics\HostPlatformColor.h As part of this commit https://github.com/microsoft/react-native-windows/commit/1ca54b74e0c219f5eea8ec86f6309d5f7826af14 HostPlatformColor.h was introduced, but the base reference is ambiguous since no override is defined in overrides.json
**Background** Today our release flow is split between two ADO pipelines: - `publish.yml` runs on a schedule, uses Beachball to bump versions, generates `.tgz` packages, publishes them directly to npmjs.com,...
### Problem Description ### Description conversions.h has a toString() method, the method contains only switch cases but with no default statement. https://github.com/facebook/react-native/blame/main/packages/react-native/ReactCommon/react/renderer/components/image/conversions.h#L165 Getting a compiler error while building react native...
## Description ### Type of Change _Erase all that don't apply._ - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking...
## Description ### Type of Change - New feature (non-breaking change which adds functionality) ### Why The `keyboardType` prop is a standard React Native TextInput property that allows developers to...
### Summary Support custom .ttf fonts as fontFamily parameter for and ### Motivation In the _old architecture_ for react native windows it is possible to use .ttf fonts as fontFamily...