Search code examples
react-nativemov

How to play mov videos from react native app in android?


I have tried multiple modules for playing mov videos from react native app in android. But none worked. Any idea?

  • react-native-video-player (error can't play this video)
  • react-native-media-player (java error)
  • react-native-android-video-player (java error)
  • react-native-video (not playing mov)
  • react-simple-video-player (no supported react native) react-native-video-controls (not playing mov)
  • react-native-video-player (not playing mov)

Solution

  • react-native-vlc-media-player

    it can play mov on ios + android,support expo

    However, a big problem is that it will increase the size of the installation package, with an increase of 180Mb for Android and 16Mb for iOS.