zhulinpinyu / zhulinpinyu.github.io

Blog
http://blog.zhulinpinyu.com
Apache License 2.0
2 stars 0 forks source link

[React Native] Video 组件 #1

Open zhulinpinyu opened 7 years ago

zhulinpinyu commented 7 years ago

安装组件:

yarn add react-native-video
react-native link

Example:

import Video from 'react-native-video'
...
render(){
  return <Video />
}

...

https://github.com/react-native-community/react-native-video