react-native-vlc-media-player
                                
                                 react-native-vlc-media-player copied to clipboard
                                
                                    react-native-vlc-media-player copied to clipboard
                            
                            
                            
                        how to play local bundle path url in ios
if I play a video from my local bundle path of a video , its not plat its show me a loader and after some time its hide ,
==== Now my question is how to play local path URL in ios
here is my code
<VlCPlayerView
autoplay={false}
url={${RNFS.MainBundlePath}/video.mp4)}
Orientation={Orientation}
ggUrl={${RNFS.MainBundlePath}/video.mp4)}
showGG={true}
showTitle={true}
title="Big Buck Bunny"
showBack={true}
onLeftPress={() => {}}
onError={(error) => {console.log(error)}}
/>
Write full path as string something like that "/storage/sdcard/Download/video1.mp4"