[Fabric] Finish implementing ShadowProps for other components #11754
Labels
Area: Fabric
Support Facebook Fabric
enhancement
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Milestone
Summary
Summary
While each of our composition visuals Visual supports setting the various Shadow props:
shadorColor
,shadowOffset
,shadowOpacity
,shadowRadius
we only consume the incoming props forView
component, withinCompositionViewComponentView::updateProps()
.Move the logic into a private helper within
CompositionBaseComponentView
and call that logic from theupdateProps
of the ComponentViews forText
,Image
,TextInput
,ScrollView
,ActivityIndicator
,Switch
.Motivation
Reach component property parity.
Basic Example
No response
Open Questions
No response
The text was updated successfully, but these errors were encountered: