propagateInsertedEvents
True if events from an inserted (not attached) content view should still be propagated from this view renderer instance.
propagateInsertedEvents: boolean;
Notes
- This setting defaults to false, to avoid handling the same event in two different places (e.g. activities). Set this property to true if events are not handled by the attached parent of the view itself.
- Note that events that have their noPropagation property set to true are never re-emitted.
Related
class UIShowView
A view object that renders and controls a referenced view.
