react-ative-video是<Video>标签控件。
示例:
// Withi your reder fuctio, assumig you have a file called// "backgroud.mp4" i your project<Video source={"backgroud"} style={styles.backgroudVideo} repeat={true} />// Later o i your styles..var styles = Stylesheet.create({ backgroudVideo: { resizeMode: 'cover', // stretch ad cotai also supported positio: 'absolute', top: 0, left: 0, bottom: 0, right: 0, },});









评论