abbasfreestyle / react-native-af-video-player

MIT License
381 stars 288 forks source link

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. #140

Open codal-mpawar opened 5 years ago

nwgdegitHub commented 4 years ago

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