Kshitij Patil
10/27/2020, 8:57 AMroot=null
(not sure if it's the right way) or could simply create instance of your custom view. in my case, I was concerned about PlayerView
from exoplayer and this snippet
exoplayer = ...
AndroidView({ PlayerView(context) }) {
it.player = exoPlayer
exoPlayer.playWhenReady = true
}
worked for me