Subcomponent implementation
kyhule opened this issue · 1 comments
kyhule commented
Have you had a situation where you needed to embed a UiComponent/UiView in another UIComponent/UiView? Take for instance your PrimaryControlsComponent
. What if you wanted to have another screen that would just have the play/pause button but did not need to include the rewind/fast-forward logic?
julianomoraes commented
Yes, you can totally put a Component inside another component. Did it not work for you?