Is it possible to propagate an event from an nth-child to the root parent?
I have been looking out for a good guide that does not involve declaring the event at every node to the root of the tree. My ultimate objective is to expose and event to outside litho and on to Android Kotlin/Java.
I'm seeing this in Litho Events guide but I'm a bit confused as to what this means. Does this mean it can't be done? Or does this mean passing data to sibling can't be done?