Vineeth

Results 15 issues of Vineeth

### Problem Description https://github.com/facebook/react-native/blob/c31ff55b922502edfbbe21576e583051b3fcd0ac/packages/react-native/ReactCommon/react/renderer/core/DynamicEventPayload.cpp#L39 ### Link to the integration PR where the error originated https://github.com/microsoft/react-native-windows/pull/14791 ### Link to `react-native` commit https://github.com/facebook/react-native/commit/9d7cdfef178037b276c5bfb9665eeaa6550c5c41 ### Forked files _No response_ ### Upstream PR in...

Integration Follow-up

https://github.com/microsoft/react-native-windows/blob/aa48a7a281bfac19101c151949a252d77b953dee/vnext/Microsoft.ReactNative/Fabric/Composition/CompositionDynamicAutomationProvider.cpp#L34-L44 If the UIA agent does not request these patterns we shouldn't create these providers. But we are trying to create these providers in the constructor itself. Changes required: Move...

good first issue
enhancement
Area: Accessibility
Area: Performance
PR Follow-up

## Description Adding latest and greatest to 0.81 stable ### Type of Change _Erase all that don't apply._ - New feature (non-breaking change which adds functionality) ### Why To be...

### Summary 0.81 Release Status https://github.com/facebook/react-native/tree/0.81-stable ## Checklist **Month before Preview** - [x] Check that the[ CI pipeline](https://dev.azure.com/ms/react-native-windows/_build?definitionId=468&branchFilter=46671%2C46671) is passing on main. If it's not, file github issues to resolve...

enhancement
Area: Release Process

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

enhancement

https://github.com/microsoft/react-native-windows/blob/b26e704a74b8ea037ba50917cf53c6c869c6077c/vnext/Microsoft.ReactNative/Fabric/Composition/CompositionViewComponentView.cpp#L801-L805 For UIA_LiveSettingPropertyId we are supposed to raise event using the VT_I4 datatype but we raised event with argument VT_BSTR [Ref](https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-automation-element-propids). Change Required: ```cpp winrt::Microsoft::ReactNative::implementation::UpdateUiaProperty( EnsureUiaProvider(), UIA_LiveSettingPropertyId, GetLiveSetting(oldViewProps.accessibilityLiveRegion), GetLiveSetting(newViewProps.accessibilityLiveRegion)); ```...

bug
good first issue
Area: Accessibility
Area: Fabric
New Architecture
good first issue: easy

### Problem Description `auto profileId = profileIdGenerator.getNext();` --> `auto profileId = static_cast(profileIdGenerator.getNext());` ### Link to the integration PR where the error originated #15261 ### Link to `react-native` commit https://github.com/facebook/react-native/commit/b58c2ffd7211bf9cf4e296fc94674e06ed68176d ###...

bug
Integration Follow-up

### 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...

enhancement

### Problem Description In upstream, class SchedulerDelegate added with a new pure virtual function called schedulerDidUpdateShadowTree() we have to implement those function in FabricUIManagerModule.cpp ### Link to the integration PR...

enhancement
Integration Follow-up

## Description ### Why What is the motivation for this change? Add a few sentences describing the context and overall goals of the pull request's commits. Do a pass on...