react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
Implement the writingDirection property for the fabric implementation of Text. This property was available in RNW Paper via TextViewManager. See https://reactnative.dev/docs/text-style-props#writingdirection-ios for details.
Implement the keyboardType property for the fabric implementation of TextInput. This property was available in RNW Paper via TextInputViewManager. See https://reactnative.dev/docs/textinput#keyboardtype for details.
### Problem Description We have the `ComponentViewFeatures::NativeBorder` feature which is supposed to control whether a (custom) ComponentView inherits the standard built-in handling of processing border props and rendering them. However,...
I wasn't sure where else to track this, but we rely on multiple tools that @asklar spun up for RNW that are just sitting in his repo. Maybe we want...
### Problem Description We are not able to successfully integrate .js.flow file, yarn lint and npx flow check --show-all-errors is throwing errors in these directories react-native-windows\vnext and packages/@office-iss ### Link...
### Problem Description ##[error]node_modules\react-native\ReactCommon\react\renderer\css\CSSHexColor.h(37,24): Error C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data 2>D:\a\_work\1\s\node_modules\react-native\ReactCommon\react\renderer\css\CSSHexColor.h(37,24): error C4244: 'return': conversion from 'int' to 'uint8_t', possible loss of data [D:\a\_work\1\s\vnext\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj]...
### Problem Description dynamic_cast throws error in CullingContext.cpp and sliceChildShadowNodeViewPairs.cpp. Changes dynamic_cast to static_cast ### Link to the integration where the error originated https://github.com/microsoft/react-native-windows/pull/14662 ### Link to commit https://github.com/facebook/react-native/pull/49307 ###...
### Summary After we create a new `cs-lib` NativeModuleSample (see microsoft/react-native-windows-samples#1000 ) we will want to update the existing C# native module sample documentation to reflect the code in this...
## Description Implements selectable prop for Text component for windows Includes : - Basic text selection - Click and drag to select - Selection highlight - default windows blue accent...
## Description Fixes the UIA_LiveSettingPropertyId event to use the correct VT_I4 datatype instead of VT_BSTR for accessibility live region updates in Fabric. This ensures compliance with UIA requirements and improves...