rnproplayer

Manoj Bhardwaj


Keywords
react-native, ios, android
License
MIT
Install
npm install rnproplayer@0.1.0

Documentation

rnproplayer

This is video player of android ios AndroidTV with play encrypted offline video

Installation

npm install rnproplayer

Usage

import { AndroidPlayVideo } from 'rnproplayer';


###  Call function to play video
AndroidPlayVideo('url of mp4')

Android Required Add activity Into AndroidManifest.xml

 <activity
            android:name="com.rnproplayer.PlayerActivity"
            android:exported="false" />

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

💖 Support my projects

I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like 🚀

  • If you're feeling especially charitable, please follow mnjsnj on GitHub.

    Buy Me A Coffee

    Thanks! ❤️

    </ Manoj Bhardwaj >