react-native-windows
react-native-windows copied to clipboard
Implementing overflow prop in View component
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 the fabric implementation of View. This property was available in RNW Paper via ViewViewManager,NativeUIManager.
See https://reactnative.dev/docs/layout-props#overflow for details.
Resolves #13103
What
Implemented the overflow property for the fabric implementation of View.
Screenshots
https://github.com/user-attachments/assets/39af5074-c276-4ab6-92bc-4d839a7fadfd
Testing
If you added tests that prove your changes are effective or that your feature works, add a few sentences here detailing the added test scenarios.
Changelog
Yes
Added a brief summary of overflow to use in the release notes for the next release.