Microsoft/react-native-windows

Implement overflow property for Image for fabric

Open

#13165 opened on Apr 30, 2024

View on GitHub
 (3 comments) (0 reactions) (1 assignee)C# (6,114 stars) (544 forks)batch import
API: CompletionArea: Component ViewsArea: FabricArea: ImageArea: Layout PropsArea: View Style PropsNew ArchitectureParity: Fabric vs. PaperWorkstream: Component Parityenhancementgood first issue

Description

Implement the overflow property for the fabric implementation of Image.

Note: This property appears in both Layout Props and Image Style Props.

This property was available in RNW Paper via NativeUIManager.

See https://reactnative.dev/docs/image-style-props#overflow for details.

Contributor guide