react-native-vlc-player
react-native-vlc-player copied to clipboard
How add MobileVLCKit to example project?
I add Podfile string
pod 'MobileVLCKit'
Next pod install --> react-native link
--> changed uri -->
source={{ uri: 'https://www.radiantmediaplayer.com/media/bbb-360p.mp4', // autoplay: true, // initOptions: ['--codec=avcodec'], }}
--> react-native run-ios
Project iOS compiled in "Legacy mode", but not work.
