react-native-af-video-player icon indicating copy to clipboard operation
react-native-af-video-player copied to clipboard

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.

Open codal-mpawar opened this issue 5 years ago • 1 comments

codal-mpawar avatar Oct 01 '19 08:10 codal-mpawar

我需要在FlatList中播放视频。一开始我不知道怎么做,后来我发现,在onPlay函数中将this.video传给FlatList, 然后再下一个视频点击开始播放时,关闭上一个视频 即可,也就是调用onEnd() 。希望能帮到你。

nwgdegitHub avatar Feb 08 '20 06:02 nwgdegitHub