rnproplayer
v0.1.7
Published
Manoj Bhardwaj
Downloads
3
Readme
rnproplayer
This is video player of android , AndroidTV Focus,Controls,Full Screen,Stop on call or when other player active like youtube,music app
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" />
Upcoming
1)Play Encrypted file Support for android
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.
Thanks! ❤️
</ Manoj Bhardwaj >