react-native-windows
react-native-windows copied to clipboard
A framework for building native Windows apps with React.
## 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 - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) ### Why Implement the overflow property for...
- [ ] **WebView**  - [ ] **Flyout** 
### ✅ Common Accessibility Issues Checklist - [ ] **Navigation Bar** Ensure that the navigation bar supports one of the following patterns: - `Invoke` - `Toggle` - `ExpandToggle` ![Nav Bar...
## Summary Fixes the issue where `onChangeText` would fire twice when typing the first character in a Fabric TextInput, when it should only fire once. ## Problem In Fabric TextInput,...
### Problem Description As part of our `init-windows` script, when applied to a library, we also add windows to any example app present. We mostly use what we're given, but...
Implement the snapToInterval property for the fabric implementation of ScrollView. This property was available in RNW Paper via ScrollViewManager. See https://reactnative.dev/docs/scrollview#snaptointerval for details.
Implement the snapToOffsets property for the fabric implementation of ScrollView. This property was available in RNW Paper via ScrollViewManager. See https://reactnative.dev/docs/scrollview#snaptooffsets for details.
Implement the snapToStart property for the fabric implementation of ScrollView. Note: A commented out version of this already exists in our new fabric code and may possibly just need to...
## 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...