2016-05-05 9 views

答えて

0

react-native-videoに切り替えることをおすすめします。それは次のようにビデオコンポーネントのソースを渡すことができ、そして、より良いサポート https://github.com/react-native-community/react-native-video

があります

<Video source={{uri: "http://local/my-asset/video.mp4"} 
    ... 
</Video> 
関連する問題