您好我正在尝试使用React Native的视频播放器,并遇到了这个包:https://www.npmjs.com/package/react-native-video#todos
我跑了npm install react-native-video
react-native链接
import Video from "react-native-video";
class Topics extends Component {
constructor(props){
super(props);
}
render(){
return(
<Video source={{ uri: './videos/asthma-1.mp4' }} />
)
}
}
答案 0 :(得分:0)
运行 react-native链接的命令,并在 react-native run-android 之后。
第一个命令链接依赖项,之后它将起作用!