react-native-vlc-media-player
                                
                                 react-native-vlc-media-player copied to clipboard
                                
                                    react-native-vlc-media-player copied to clipboard
                            
                            
                            
                        VlCPlayerView not work, black screen after entering, but VLCPlayer is fine
VLCPlayer fine : <VLCPlayer source={{ initType: 1, uri: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4', initOptions: [ '--rtsp-tcp', '--network-caching=150', '--rtsp-caching=150', '--no-stats', '--tcp-caching=150', '--realrtsp-caching=150', ], }} autoplay={true} autoAspectRatio={true} resizeMode="cover" style={{flex: 1}} />
VlCPlayerView not work: <VlCPlayerView source={{ uri: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4', initOptions: [ '--rtsp-tcp', ], }} ggUrl="" showGG={false} showTitle={true} title='test' showBack={true} autoplay={true} resizeMode="cover" showControls={true} style={{flex: 1}} isFull={false} />