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?


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.