react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Implement overflow property for Text for fabric

Open jonthysell opened this issue 1 year ago • 1 comments

Implement the overflow property for the fabric implementation of Text.

This property was available in RNW Paper via NativeUIManager.

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

jonthysell avatar Apr 29 '24 21:04 jonthysell

This is a Layout Property that needs to be applied to all component, most likely this will be implemented in CompositionViewComponentView and then inherited from the rest of the components

TatianaKapos avatar Apr 03 '25 00:04 TatianaKapos