Microsoft/react-native-windows

Implement overflow property for View for fabric

Open

#13,103 opened on Apr 29, 2024

 (1 comment) (0 reactions) (1 assignee)C++ (1,134 forks)batch import
API: CompletionArea: Component ViewsArea: FabricArea: Layout PropsArea: ViewNew ArchitectureParity: Fabric vs. PaperWorkstream: Component Parityenhancementgood first issue

Repository metrics

Stars
 (16,129 stars)
PR merge metrics
 (Avg merge 4d 14h) (45 merged PRs in 30d)

Description

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.

Contributor guide