react native videos in carousel
问题 I have been trying to play single video from a slider containing of multiple videos and images.. What i used and tried is in below. 1. react-native-video, 2. react-native-snap-carousel How to pause and play the videos wrapped in horizontal carousel and also which are in vertical FlatList Feeds This is my carousel : <View style={styles.sliderImgView}> <Carousel ref={(c) => { this._carousel = c; }} data={chordData.images} firstItem={0} autoplay={autoPlay} layout={layout} loop={loop} renderItem=