react-native-video从原始文件夹播放动态文件,无需

时间:2018-12-01 20:55:10

标签: react-native-video

我正在尝试使用原始文件夹中的react-native-video播放视频。 我可以使用require访问资源。 但是我想根据接收到的参数动态加载资源。

    <Video
        source={require('../android/app/src/main/res/raw/thevideo.mp4') }
        resizeMode="cover"
          style={{ width : 300, height: 300 }}
      />

我该怎么做?

0 个答案:

没有答案