Anupriya Verma
Anupriya Verma
## Description ### Type of Change - New feature (non-breaking change which adds functionality) ### Why [Fabric] Implement snapToStart, snapToEnd, snapToOffsets property for ScrollView Resolves #14796 #13152 #13151 ### What...
## Description ### Type of Change - Test case ### Why Implement accessibilityLevel in ScrollView ### What Implement accessibilityLevel in ScrollView which was missing in JS codebase. https://github.com/microsoft/react-native-windows/issues/14550 ### Screenshots...
### Summary 0.80 Release Status https://github.com/facebook/react-native/tree/0.80-stable ## Checklist **Month before Preview** - [ ] 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...
### 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 ###...
Check latest updates from Docusaurus here: https://docusaurus.io/docs Refer https://github.com/facebook/react-native-website/blob/main/website/docusaurus.config.ts https://docusaurus.io/docs/migration 🔁 Step-by-Step Migration from Docusaurus v1 → v2 1. 📦 Install Docusaurus v2 bashCopyEditnpm install --save @docusaurus/core@latest @docusaurus/preset-classic@latest Or if...
### Page url https://microsoft.github.io/react-native-windows/docs/flyout-component ### Problem Description All Fabric props like ScrollView, Image, etc Props API are missing!
## Description - Separates Old and New Arch Components Sections - Adds Fabric Component Props under New API for Windows. It doesn't contain Android / IOS specific props. ### Why...
Implementation of New Arch Windows APIs