playing video using react-native-video
npm install react-native-video-element
import Video from 'react-native-netflix-player';
// ...
<Video
urls={[
{
quality: 720,
url: 'https://cph-p2p-msl.akamaized.net/hls/live/2000341/test/master.m3u8',
},
]}
/>;
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library