0.1.3 • Published 3 years ago

react-native-streamamg v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-streamamg

kalturas react native stream amg library

Installation

npm install react-native-streamamg

Usage

import StreamamgPlayer from 'react-native-streamamg';

// ...

 <StreamamgPlayer   
          serverUrl={'server url'}
          uiConfigId={'ui config id'}
          partnerId={'partner id'}
          entryId={'entry id'} 
          ksValue={'ks value'}
          style={styles.videoView} />

License

MIT