📜  如何在 React Native 中播放视频 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:07.900000             🧑  作者: Mango

代码示例1
// Load the module

import Video from 'react-native-video';

// Within your render function, assuming you have a file called
// "background.mp4" in your project. You can include multiple videos
// on a single screen if you like.