how can i handle multiple video in single screen and can i put video advertise in each and every video.. and only one video play which item i viewable and other are pause or stop.
codal-mpawar opened this issue · 1 comments
codal-mpawar commented
how can i handle multiple video in single screen and can i put video advertise in each and every video.. and only one video play which item i viewable and other are pause or stop.
nwgdegitHub commented
我需要在FlatList中播放视频。一开始我不知道怎么做,后来我发现,在onPlay函数中将this.video传给FlatList, 然后再下一个视频点击开始播放时,关闭上一个视频 即可,也就是调用onEnd() 。希望能帮到你。