我在面对本机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>
);