Closed
Description
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 for View
component, within CompositionViewComponentView::updateProps()
.
Move the logic into a private helper within CompositionBaseComponentView
and call that logic from the updateProps
of the ComponentViews for Text
, Image
, TextInput
, ScrollView
, ActivityIndicator
, Switch
.
Motivation
Reach component property parity.
Basic Example
No response
Open Questions
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done