0.0.4 • Published 8 months ago

react-native-netflix-player v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

react-native-video-component

playing video using react-native-video

Installation

npm install react-native-video-element

Usage

import Video from 'react-native-netflix-player';

// ...

<Video
  urls={[
    {
      quality: 720,
      url: 'https://cph-p2p-msl.akamaized.net/hls/live/2000341/test/master.m3u8',
    },
  ]}
/>;

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library