React-native Video Play In Default Player
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!
Solution 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
Post a Comment for "React-native Video Play In Default Player"