React-Native Video Play in Default Player

五迷三道 提交于 2019-12-11 04:32:21

问题


I want to play video in default player like MxPlayer or Vlc in Android or Iphone both using React native. I am new in React native, i have search on net but cant fine any solution!

I want to do it just like via Intent in Android.

Please let me know if anyone know anything.

Thank You Advance!


回答1:


You can use this npm module. It will open the audio/video using intent in android. https://www.npmjs.com/package/react-native-native-video-player



来源:https://stackoverflow.com/questions/43914177/react-native-video-play-in-default-player

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!