react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
Implement the overflow property for the fabric implementation of ActivityIndicator. This property was available in RNW Paper via NativeUIManager. See https://reactnative.dev/docs/layout-props#overflow for details.
Implement the overflow property for the fabric implementation of ScrollView. This property was available in RNW Paper via NativeUIManager. See https://reactnative.dev/docs/layout-props#overflow for details.
Implement the overflow property for the fabric implementation of TextInput. This property was available in RNW Paper via NativeUIManager. See https://reactnative.dev/docs/layout-props#overflow for details.
Implement the overflow property for the fabric implementation of Text. This property was available in RNW Paper via NativeUIManager. See https://reactnative.dev/docs/layout-props#overflow for details.
Implement the selectionColor property for the fabric implementation of Text. This property was available in RNW Paper via TextViewManager. See https://reactnative.dev/docs/text#selectioncolor-android for details.
There is no way currently to customize the behavior of CompositionDynamicAutomationProvider for custom native components. For example, if a control wanted to implement https://learn.microsoft.com/en-us/office/uia/word/wordcustomproperties
### Problem Description Upstream bumped their node from 18 -> 20, we will want to check that we are on the same version. ### Link to the integration where the...
### Problem Description A friendly Microsoft person mentioned in react-native-permissions (https://github.com/zoontek/react-native-permissions/issues/925) that they may be able to help with react-ntive-windows implementations of some important modules Historically there was help from...
### Problem Description Fabric app doesn't automatically refresh when Text size is changed on the system settings ### Steps To Reproduce https://github.com/user-attachments/assets/6bd94249-67bd-40fc-9986-d91cee023100 ### Expected Results App should auto update when...
### Problem Description Upstream added methods to ReactPerfettoLogger.cpp that use their internal fbsystrace API as fallback, since we don't take in that API, Visual Studio throws errors because they don't...