react-native-vlc-media-player
                                
                                 react-native-vlc-media-player copied to clipboard
                                
                                    react-native-vlc-media-player copied to clipboard
                            
                            
                            
                        autoPlay, repeat, showControls props are not working?
<VLCPlayer style={{ width: Width, height: Ratio(200), }} source={{ uri: !this.state.isPortrait ? this.props.navigation.state.params.video : this.state.videoPath, }} autoplay={true} repeat={true} showControls={true} />
the actual video is playing great, but none of the autoplay, repeat, showControls works! any idea how to solve this?
hi, do you find solution for this issue?