React Native AF视频播放器给出的没有原型

时间:2018-09-03 08:31:44

标签: react-native video

我在面对本机AF播放器时遇到视频has no proptype for native prop rctvideo.onvideoaudio变得嘈杂of native type bool`

在android中,其工作正常问题发生在IOS平台上

非常感谢您的帮助。 谢谢

        return (
        <View style={styles.container}>
            <View>
                <Video
                    onFullScreen={status => this.onFullScreen(status)}
                    fullScreenOnly={true}
                    placeholder={placeholder}
                    //url={videoUrl}
                    url={detailedWorkout.videoLink}
                    rotateToFullScreen={true}
                    theme={theme}
                    volume={1}

                />
            </View>
            {content}
        </View>
    );

problem

0 个答案:

没有答案